You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/01/06 11:59:52 UTC

svn commit: r493444 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceManagerUtil.java

Author: bommel
Date: Sat Jan  6 02:59:51 2007
New Revision: 493444

URL: http://svn.apache.org/viewvc?view=rev&rev=493444
Log:
checkstyle

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceManagerUtil.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceManagerUtil.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceManagerUtil.java?view=diff&rev=493444&r1=493443&r2=493444
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceManagerUtil.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceManagerUtil.java Sat Jan  6 02:59:51 2007
@@ -72,9 +72,7 @@
   public static List<String> getStyles(FacesContext facesContext, String name) {
     UIViewRoot viewRoot = facesContext.getViewRoot();
     String contextPath = facesContext.getExternalContext().getRequestContextPath();
-
     String[] styles = ResourceManagerFactory.getResourceManager(facesContext).getStyles(viewRoot, name);
-    System.err.println(styles);
     return addContextPath(styles, contextPath);
   }