mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Remove useless comments
This commit is contained in:
parent
7b7de5ffe1
commit
5a249d8da9
@ -46,8 +46,6 @@ private static int[] extractIndices(final BitSet coll) {
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
// --- utility methods
|
||||
private static int[] extractIndices(final HashSet<Integer> coll) {
|
||||
final int[] result = new int[coll.size()];
|
||||
int i = 0;
|
||||
|
@ -58,8 +58,6 @@ public Object parseObject(final String source, final ParsePosition pos) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------ Test Format Factories ---------------
|
||||
/**
|
||||
* {@link FormatFactory} implementation for lower case format.
|
||||
*/
|
||||
@ -324,8 +322,6 @@ public void testEmbeddedPatternInChoice() {
|
||||
assertEquals(emf.format(new Object[] {"there", 3, "great"}), "Hi there, got 3, GREAT!");
|
||||
}
|
||||
|
||||
// ------------------------ Test Formats ------------------------
|
||||
|
||||
/**
|
||||
* Test equals() and hashCode().
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user