You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/04/02 22:35:32 UTC

svn commit: r390897 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/webapp/StartupServletContextListener.java

Author: dennisbyrne
Date: Sun Apr  2 13:35:31 2006
New Revision: 390897

URL: http://svn.apache.org/viewcvs?rev=390897&view=rev
Log:
one less TODO

Modified:
    myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/webapp/StartupServletContextListener.java

Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/webapp/StartupServletContextListener.java
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/webapp/StartupServletContextListener.java?rev=390897&r1=390896&r2=390897&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/webapp/StartupServletContextListener.java (original)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/webapp/StartupServletContextListener.java Sun Apr  2 13:35:31 2006
@@ -33,8 +33,6 @@
 import org.apache.commons.logging.LogFactory;
 
 /**
- * TODO: Add listener to myfaces-core.tld instead of web.xml
- *
  * @author Manfred Geiler (latest modification by $Author$)
  * @version $Revision$ $Date$
  */