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:
Gary D. Gregory 2014-10-30 00:22:14 +00:00
parent 3adcd2103d
commit 2edb7a20f3
1 changed files with 1 additions and 2 deletions

View File

@ -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