Skip to content

Commit

Permalink
#55 Corrected PDE test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbechtold committed Oct 4, 2017
1 parent 62fdcd9 commit b3bfb51
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public static Object aMethod() {
}

public void lambdaReference() {
// Supplier<?> supplier = () -> new B();
new B();
Supplier<?> supplier = () -> new B();
}
}

0 comments on commit b3bfb51

Please sign in to comment.