moved socketproxy to https://wamblee.org/svn/public/socketproxy
[utils] / mythtv / monitor / src / main / java / org / wamblee / mythtv / Application.java
index 36ff3077ea31053f150f3aad50dbc054c5f61858..7cc13f87d3b6b27045528aac070e5ba562118834 100644 (file)
@@ -32,6 +32,8 @@ import org.wamblee.general.BeanKernel;
 
 /**
  * 
+ *
+ * @author Erik Brakkee
  */
 public class Application implements ServletContextListener {
     private static final Log LOG = LogFactory.getLog(Application.class);
@@ -77,7 +79,6 @@ public class Application implements ServletContextListener {
     public void contextDestroyed(ServletContextEvent arg0) {
         LOG.info("terminating");
         
-        // TODO check if timer will be automatically stopped. 
         // Empty. 
     }
 }