[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/pojo/passivation ...

Manik Surtani manik at jboss.org
Wed Jun 6 08:43:49 EDT 2007


  User: msurtani
  Date: 07/06/06 08:43:49

  Modified:    tests/functional/org/jboss/cache/pojo/passivation 
                        RandomString.java
  Log:
  Removed a lot of deprecation
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/tests/functional/org/jboss/cache/pojo/passivation/RandomString.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RandomString.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/passivation/RandomString.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- RandomString.java	23 May 2007 10:28:49 -0000	1.2
  +++ RandomString.java	6 Jun 2007 12:43:49 -0000	1.3
  @@ -22,7 +22,7 @@
         byte b[] = new byte[n];
         for (int i = 0; i < n; i++)
            b[i] = (byte) rand('a', 'z');
  -      return new String(b, 0);
  +      return new String(b);
      }
   
      public static String randomstring()
  
  
  



More information about the jboss-cvs-commits mailing list