[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Gavin King gavin.king at jboss.com
Mon Mar 12 02:12:22 EDT 2007


  User: gavin   
  Date: 07/03/12 02:12:22

  Modified:    src/main/org/jboss/seam/core  ResourceBundle.java
  Log:
  make order of the log work again
  
  Revision  Changes    Path
  1.27      +2 -5      jboss-seam/src/main/org/jboss/seam/core/ResourceBundle.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ResourceBundle.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ResourceBundle.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- ResourceBundle.java	9 Mar 2007 02:14:15 -0000	1.26
  +++ ResourceBundle.java	12 Mar 2007 06:12:22 -0000	1.27
  @@ -10,11 +10,6 @@
   import java.util.List;
   import java.util.MissingResourceException;
   
  -import javax.faces.component.UIViewRoot;
  -import javax.faces.context.FacesContext;
  -
  -import org.jboss.seam.log.LogProvider;
  -import org.jboss.seam.log.Logging;
   import org.jboss.seam.Component;
   import org.jboss.seam.ScopeType;
   import org.jboss.seam.annotations.Install;
  @@ -22,6 +17,8 @@
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Unwrap;
  +import org.jboss.seam.log.LogProvider;
  +import org.jboss.seam.log.Logging;
   import org.jboss.seam.util.EnumerationEnumeration;
   import org.jboss.seam.util.Strings;
   
  
  
  



More information about the jboss-cvs-commits mailing list