You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/03/14 18:49:32 UTC

cvs commit: incubator-myfaces/src/components/org/apache/myfaces/component/html/util AddResource.java

svieujot    2005/03/14 09:49:32

  Modified:    src/components/org/apache/myfaces/component/html/util
                        AddResource.java
  Log:
  Cleanup.
  
  Revision  Changes    Path
  1.22      +5 -3      incubator-myfaces/src/components/org/apache/myfaces/component/html/util/AddResource.java
  
  Index: AddResource.java
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/components/org/apache/myfaces/component/html/util/AddResource.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- AddResource.java	14 Mar 2005 15:58:42 -0000	1.21
  +++ AddResource.java	14 Mar 2005 17:49:32 -0000	1.22
  @@ -42,6 +42,9 @@
    * @author Sylvain Vieujot (latest modification by $Author$)
    * @version $Revision$ $Date$
    * $Log$
  + * Revision 1.22  2005/03/14 17:49:32  svieujot
  + * Cleanup.
  + *
    * Revision 1.21  2005/03/14 15:58:42  svieujot
    * Added caching to the ExtensionsFilter
    *
  @@ -211,7 +214,6 @@
   	        final String bundleName = AddResource.class.getName();
   	        ResourceBundle resources = ResourceBundle.getBundle( bundleName );
   			cacheKey = resources.getString("cacheKey");
  -System.out.println("Package : "+cacheKey);
   		}
   		
   		return cacheKey;