Skip to content

Commit

Permalink
Fixed IoCheckedBiProc puzzle (yegor256#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor committed Jan 24, 2019
1 parent f5374e1 commit 1122fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cactoos/func/IoCheckedBiProc.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @param <X> Type of input
* @param <Y> Type of input
* @since 0.22
* @todo #861:30min Avoid usage of null value in exec(first, second),
* @todo #886:30min Avoid usage of null value in exec(first, second),
* which is against our design principles.
* This look like a duplication of functionality from IoCheckedBiFunc.
* Perhaphs, we do not need this class?
Expand Down

0 comments on commit 1122fe3

Please sign in to comment.