mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Daemon thread mode for remote io watcher
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19323 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -152,6 +152,7 @@ public class AVMRemoteTransportService implements AVMRemoteTransport, Runnable
|
|||||||
public void init()
|
public void init()
|
||||||
{
|
{
|
||||||
fThread = new Thread(this);
|
fThread = new Thread(this);
|
||||||
|
fThread.setDaemon(true);
|
||||||
fDone = false;
|
fDone = false;
|
||||||
fThread.start();
|
fThread.start();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user