Removing unused variable and unused import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1065196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9ae054b7c8
commit
b7a7b7d870
|
@ -17,7 +17,6 @@
|
||||||
package org.apache.commons.lang3;
|
package org.apache.commons.lang3;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.util.regex.Pattern;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
|
@ -47,8 +46,6 @@ import java.util.regex.Pattern;
|
||||||
*/
|
*/
|
||||||
public class SystemUtils {
|
public class SystemUtils {
|
||||||
|
|
||||||
private static final int JAVA_VERSION_TRIM_SIZE = 3;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The prefix String for all Windows OS.
|
* The prefix String for all Windows OS.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue