Author: srowen
Date: Mon Jan 18 01:43:14 2010
New Revision: 900265

URL: http://svn.apache.org/viewvc?rev=900265&view=rev
Log:
Oops removed some test code

Modified:
    
lucene/mahout/trunk/core/src/main/java/org/apache/mahout/common/RandomUtils.java

Modified: 
lucene/mahout/trunk/core/src/main/java/org/apache/mahout/common/RandomUtils.java
URL: 
http://svn.apache.org/viewvc/lucene/mahout/trunk/core/src/main/java/org/apache/mahout/common/RandomUtils.java?rev=900265&r1=900264&r2=900265&view=diff
==============================================================================
--- 
lucene/mahout/trunk/core/src/main/java/org/apache/mahout/common/RandomUtils.java
 (original)
+++ 
lucene/mahout/trunk/core/src/main/java/org/apache/mahout/common/RandomUtils.java
 Mon Jan 18 01:43:14 2010
@@ -30,12 +30,6 @@
  */
 public final class RandomUtils {
 
-  public static void main(String[] args) {
-    int i = 1;
-System.out.print(i += i++);
-System.out.print(i);
-  }
-
   private static final byte[] STANDARD_SEED = 
"Mahout=Hadoop+ML".getBytes(Charset.forName("US-ASCII"));
 
   private static boolean testSeed;


Reply via email to