Skip to content

Commit

Permalink
#267: Eclipse cannot infer type arguments for ChainedFuncTest
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciofx committed Jun 29, 2017
1 parent e58e7e1 commit 5a8e463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/func/ChainedFuncTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void withoutIterable() throws Exception {
new FilteredIterable<>(
new MappedIterable<>(
new ArrayAsIterable<>("public", "final", "class"),
new ChainedFunc<>(
new ChainedFunc<String, String, String>(
input -> input.concat("1"),
input -> input.concat("2")
)
Expand Down

0 comments on commit 5a8e463

Please sign in to comment.