You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2007/08/14 10:47:37 UTC

svn commit: r565663 - /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/JavascriptUtils.java

Author: skitching
Date: Tue Aug 14 01:47:36 2007
New Revision: 565663

URL: http://svn.apache.org/viewvc?view=rev&rev=565663
Log:
Remove unused log object.

Modified:
    myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/JavascriptUtils.java

Modified: myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/JavascriptUtils.java
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/JavascriptUtils.java?view=diff&rev=565663&r1=565662&r2=565663
==============================================================================
--- myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/JavascriptUtils.java (original)
+++ myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/JavascriptUtils.java Tue Aug 14 01:47:36 2007
@@ -26,8 +26,6 @@
 import javax.faces.context.ExternalContext;
 import javax.servlet.http.HttpSession;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 import org.apache.myfaces.shared.config.MyfacesConfig;
 
 /**
@@ -37,8 +35,6 @@
  */
 public final class JavascriptUtils
 {
-    private static final Log log = LogFactory.getLog(JavascriptUtils.class);
-
     public static final String JAVASCRIPT_DETECTED = JavascriptUtils.class.getName() + ".JAVASCRIPT_DETECTED";
 
     private static final String OLD_VIEW_ID = JavascriptUtils.class + ".OLD_VIEW_ID";