Removing commented out main method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@723785 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ebd1df198
commit
eb8b39b145
|
@ -700,17 +700,6 @@ public class BooleanUtils {
|
|||
return false;
|
||||
}
|
||||
|
||||
// public static void main(String[] args) {
|
||||
// long start = System.currentTimeMillis();
|
||||
// boolean flag = true;
|
||||
// int count = 0;
|
||||
// for (int i = 0; i < 100000000; i++) {
|
||||
// flag = toBoolean("YES");
|
||||
// }
|
||||
// long end = System.currentTimeMillis();
|
||||
// System.out.println((end - start) + " " + flag + " " + count);
|
||||
// }
|
||||
|
||||
/**
|
||||
* <p>Converts a String to a Boolean throwing an exception if no match found.</p>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue