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

Gavin King gavin.king at jboss.com
Tue Jun 26 23:19:55 EDT 2007


  User: gavin   
  Date: 07/06/26 23:19:55

  Modified:    src/main/org/jboss/seam/exception  Exceptions.java
  Log:
  minor
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/exception/Exceptions.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Exceptions.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/exception/Exceptions.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Exceptions.java	25 Jun 2007 22:56:49 -0000	1.1
  +++ Exceptions.java	27 Jun 2007 03:19:55 -0000	1.2
  @@ -38,7 +38,7 @@
   @Scope(ScopeType.APPLICATION)
   @BypassInterceptors
   @Install(precedence=BUILT_IN, classDependencies="javax.faces.context.FacesContext")
  - at Name("org.jboss.seam.exceptions.exceptions")
  + at Name("org.jboss.seam.exception.exceptions")
   public class Exceptions
   {
      private static final LogProvider log = Logging.getLogProvider(Exceptions.class);
  
  
  



More information about the jboss-cvs-commits mailing list