1 15 package hivemind.test.services.impl; 16 17 import org.apache.commons.logging.Log; 18 import org.apache.commons.logging.LogFactory; 19 20 public class LoudRunner implements Runnable  21 { 22 private static final Log _log = LogFactory.getLog("hivemind.test.services.Loud"); 23 24 { 25 _log.info("Instantiated."); 26 } 27 28 public void run() 29 { 30 } 31 32 } 33 | Popular Tags |