fixed ByteArrayEndPoint dispatch
This commit is contained in:
parent
26de8931a3
commit
ee3481cb3f
|
@ -122,7 +122,7 @@ public class ByteArrayEndPoint extends AbstractEndPoint
|
|||
/* ------------------------------------------------------------ */
|
||||
protected void execute(Runnable task)
|
||||
{
|
||||
new Thread(task,"BAEPoint-"+Integer.toHexString(hashCode()));
|
||||
new Thread(task,"BAEPoint-"+Integer.toHexString(hashCode())).start();
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
|
|
Loading…
Reference in New Issue