[jboss-cvs] jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/preferences ...

Christian Bauer christian at hibernate.org
Fri Oct 12 12:31:28 EDT 2007


  User: cbauer  
  Date: 07/10/12 12:31:28

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/preferences 
                        PreferenceProperty.java
  Log:
  Internationalized almost all strings
  
  Revision  Changes    Path
  1.6       +1 -0      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/preferences/PreferenceProperty.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PreferenceProperty.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/preferences/PreferenceProperty.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- PreferenceProperty.java	25 Aug 2007 17:59:24 -0000	1.5
  +++ PreferenceProperty.java	12 Oct 2007 16:31:28 -0000	1.6
  @@ -3,6 +3,7 @@
   import org.jboss.seam.core.Validators;
   import org.jboss.seam.util.Reflections;
   import org.jboss.seam.Component;
  +import org.jboss.seam.international.Messages;
   import org.hibernate.validator.InvalidValue;
   import org.hibernate.validator.ClassValidator;
   import org.hibernate.validator.InvalidStateException;
  
  
  



More information about the jboss-cvs-commits mailing list