You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by "Tomas Knappek (JIRA)" <hi...@jakarta.apache.org> on 2005/04/28 15:42:44 UTC

[jira] Commented: (HIVEMIND-111) StartupImpl.java - not starting a thread

     [ http://issues.apache.org/jira/browse/HIVEMIND-111?page=comments#action_63969 ]
     
Tomas Knappek commented on HIVEMIND-111:
----------------------------------------

Sorry, I ment something like: new Thread(r).start()

> StartupImpl.java - not starting a thread
> ----------------------------------------
>
>          Key: HIVEMIND-111
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-111
>      Project: HiveMind
>         Type: Bug
>   Components: framework
>     Versions: 1.1
>     Reporter: Tomas Knappek

>
> Class org.apache.hivemind.impl.StartupImpl contains the command r.run() on line 38, I think it should be r.start() because the current implemention just run the method "run"   instead of starting new thread. Otherwise I don't see any point to use the Runnable interface.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org