Skip to content

Commit

Permalink
Removed unnecessary code from PropertyOfPropertyTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemen committed Sep 12, 2017
1 parent f4494c6 commit ed1b5c0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ public void testConcurrent() throws Exception {

doTest(property -> {
for (int tryIndex = 0; tryIndex < 100; tryIndex++) {
PropertySource<String> propertyOfProperty = property.getPropertyOfProperty();

List<String> keys = IntStream
.range(0, subPropertyCount)
.mapToObj(index -> "Key." + index)
Expand Down

0 comments on commit ed1b5c0

Please sign in to comment.