You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2003/07/20 20:58:46 UTC

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/math RandomUtilsTest.java

ggregory    2003/07/20 11:58:46

  Modified:    lang/src/test/org/apache/commons/lang/math
                        RandomUtilsTest.java
  Log:
  Severity	Description	Resource	In Folder	Location	Creation Time
  	Superfluous semicolon	RandomUtilsTest.java	Apache Jakarta Commons/lang/src/test/org/apache/commons/lang/math	line 315	July 18, 2003 8:21:31 PM
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-commons/lang/src/test/org/apache/commons/lang/math/RandomUtilsTest.java
  
  Index: RandomUtilsTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/math/RandomUtilsTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RandomUtilsTest.java	9 Jun 2003 21:36:03 -0000	1.3
  +++ RandomUtilsTest.java	20 Jul 2003 18:58:46 -0000	1.4
  @@ -312,7 +312,7 @@
               RandomUtils.JVM_RANDOM.setSeed(1000);
               fail("expecting UnsupportedOperationException");
           } catch (UnsupportedOperationException ex) {
  -            ;
  +            // empty
           }
       }
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org