You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2011/01/30 07:43:23 UTC

svn commit: r1065196 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java

Author: bayard
Date: Sun Jan 30 06:43:22 2011
New Revision: 1065196

URL: http://svn.apache.org/viewvc?rev=1065196&view=rev
Log:
Removing unused variable and unused import

Modified:
    commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java

Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java?rev=1065196&r1=1065195&r2=1065196&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java (original)
+++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java Sun Jan 30 06:43:22 2011
@@ -17,7 +17,6 @@
 package org.apache.commons.lang3;
 
 import java.io.File;
-import java.util.regex.Pattern;
 
 /**
  * <p>
@@ -47,8 +46,6 @@ import java.util.regex.Pattern;
  */
 public class SystemUtils {
 
-    private static final int JAVA_VERSION_TRIM_SIZE = 3;
-
     /**
      * The prefix String for all Windows OS.
      */