Description
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.