From 241d49f4ac007ffa807b5ce3d21fce40798218ec Mon Sep 17 00:00:00 2001 From: Krzysztof Krason Date: Mon, 7 May 2018 22:33:17 +0200 Subject: [PATCH] #803 fixed todo --- src/main/java/org/cactoos/iterable/IterableOfBytes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/cactoos/iterable/IterableOfBytes.java b/src/main/java/org/cactoos/iterable/IterableOfBytes.java index 7a4d25ef2c..e895087e4c 100644 --- a/src/main/java/org/cactoos/iterable/IterableOfBytes.java +++ b/src/main/java/org/cactoos/iterable/IterableOfBytes.java @@ -32,7 +32,7 @@ * @author Vedran Vatavuk (123vgv@gmail.com) * @version $Id$ * @since 1.0 - * @todo #748:30min Introduce IteratorOfBytes and IteratorOfDoubles which will + * @todo #803:30min Introduce IteratorOfBytes and IteratorOfDoubles which will * take array of their related primitive types (byte, double) and produce * iterator of reference type (Byte, Double). * Refactor appropriate IterableOf* classes by using those newly created