Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3adcd2103d
commit
2edb7a20f3
|
@ -100,9 +100,8 @@ public class UnmodifiableTrieTest<V> extends AbstractSortedMapTest<String, V> {
|
|||
prefix + "bulkTestTailMap.bulkTestMapEntrySet.testCollectionToArray2",
|
||||
prefix + "bulkTestSubMap.bulkTestMapEntrySet.testCollectionToArray2"
|
||||
};
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue