You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/01/14 06:14:21 UTC

svn commit: r899061 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jstl/core/SetHandler.java

Author: lu4242
Date: Thu Jan 14 05:14:20 2010
New Revision: 899061

URL: http://svn.apache.org/viewvc?rev=899061&view=rev
Log:
remove unused imports

Modified:
    myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jstl/core/SetHandler.java

Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jstl/core/SetHandler.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jstl/core/SetHandler.java?rev=899061&r1=899060&r2=899061&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jstl/core/SetHandler.java (original)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jstl/core/SetHandler.java Thu Jan 14 05:14:20 2010
@@ -20,18 +20,20 @@
 
 import java.io.IOException;
 
+import javax.el.ELContext;
 import javax.el.ELException;
 import javax.el.ValueExpression;
-import javax.el.ELContext;
 import javax.faces.FacesException;
 import javax.faces.component.UIComponent;
-import javax.faces.view.facelets.*;
+import javax.faces.view.facelets.FaceletContext;
+import javax.faces.view.facelets.FaceletException;
+import javax.faces.view.facelets.TagAttribute;
+import javax.faces.view.facelets.TagConfig;
+import javax.faces.view.facelets.TagException;
+import javax.faces.view.facelets.TagHandler;
 
 import org.apache.myfaces.buildtools.maven2.plugin.builder.annotation.JSFFaceletAttribute;
-import org.apache.myfaces.buildtools.maven2.plugin.builder.annotation.JSFFaceletAttributes;
 import org.apache.myfaces.buildtools.maven2.plugin.builder.annotation.JSFFaceletTag;
-import org.apache.myfaces.buildtools.maven2.plugin.builder.annotation.JSFFaceletTags;
-import org.apache.myfaces.shared_impl.util.StringUtils;
 
 /**
  * Simplified implementation of c:set