Skip to content

Commit

Permalink
Add todo to each package yegor256#1533
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier B. OURA committed Mar 13, 2021
1 parent caaf0d9 commit fad0225
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/experimental/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@
* whatsoever.
*
* @since 1.0.0
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.experimental;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/func/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Functions.
*
* @since 0.1
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.func;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/io/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Input/Output.
*
* @since 0.1
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.io;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/iterable/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Iterables.
*
* @since 0.12
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.iterable;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/iterator/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Iterators.
*
* @since 0.12
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.iterator;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/list/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Lists, tests.
*
* @since 0.14
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.list;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/map/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Maps.
*
* @since 0.14
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.map;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/proc/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Procedures.
*
* @since 0.47
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.proc;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/scalar/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Scalars.
*
* @since 0.12
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.scalar;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/set/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Sets.
*
* @since 0.49.2
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.set;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/text/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Text.
*
* @since 0.1
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.text;
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/time/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
* Time.
*
* @since 1.0
* @todo #1533:30min Exploit generic variance for this package to ensure
* typing works as best as possible as it is explained in #1533 issue.
*/
package org.cactoos.time;

0 comments on commit fad0225

Please sign in to comment.