You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2005/11/29 19:57:07 UTC

svn commit: r349791 - in /myfaces/impl/trunk/src/java/org/apache/myfaces: application/NavigationHandlerImpl.java portlet/MyFacesGenericPortlet.java

Author: mkienenb
Date: Tue Nov 29 10:56:59 2005
New Revision: 349791

URL: http://svn.apache.org/viewcvs?rev=349791&view=rev
Log:
Cleaned up imports.

Modified:
    myfaces/impl/trunk/src/java/org/apache/myfaces/application/NavigationHandlerImpl.java
    myfaces/impl/trunk/src/java/org/apache/myfaces/portlet/MyFacesGenericPortlet.java

Modified: myfaces/impl/trunk/src/java/org/apache/myfaces/application/NavigationHandlerImpl.java
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/org/apache/myfaces/application/NavigationHandlerImpl.java?rev=349791&r1=349790&r2=349791&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/org/apache/myfaces/application/NavigationHandlerImpl.java (original)
+++ myfaces/impl/trunk/src/java/org/apache/myfaces/application/NavigationHandlerImpl.java Tue Nov 29 10:56:59 2005
@@ -31,7 +31,6 @@
 import javax.faces.component.UIViewRoot;
 import javax.faces.context.ExternalContext;
 import javax.faces.context.FacesContext;
-import javax.servlet.http.HttpServletRequest;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;

Modified: myfaces/impl/trunk/src/java/org/apache/myfaces/portlet/MyFacesGenericPortlet.java
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/org/apache/myfaces/portlet/MyFacesGenericPortlet.java?rev=349791&r1=349790&r2=349791&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/org/apache/myfaces/portlet/MyFacesGenericPortlet.java (original)
+++ myfaces/impl/trunk/src/java/org/apache/myfaces/portlet/MyFacesGenericPortlet.java Tue Nov 29 10:56:59 2005
@@ -16,7 +16,6 @@
 package org.apache.myfaces.portlet;
 
 import java.io.IOException;
-import java.util.Enumeration;
 
 import javax.faces.FactoryFinder;
 import javax.faces.application.Application;