Skip to content

Commit

Permalink
Removed mysterious text
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyscollins committed May 29, 2015
1 parent 7cf9bbb commit b077e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/try4j/Try.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <U> Try<U> transform(ThrowingFunction<? super T, Try<U>> s,
* if this is a {@link Success}
*/
void forEach(Consumer<? super T> action);
tyasks

/**
* Invokes the given function on the encapsulated value if this is a
* {@link Success}, or returns this instance if this is a {@link Failure}.
Expand Down

0 comments on commit b077e90

Please sign in to comment.