Skip to content

Commit

Permalink
Updated puzzle to continue refactoring time package (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor committed Jan 25, 2019
1 parent 077f89a commit 1d0d5e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/cactoos/time/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
* Time.
*
* @since 1.0
* @todo #980:30min Classes from package {@link org.cactoos.time} which are
* @todo #1006:30min Classes from package {@link org.cactoos.time} which are
* ending with `AsText` are extending TextEnvelope. It means that they are
* instances of {@link org.cactoos.Text}. They should be merged with
* {@link org.cactoos.text.TextOf} as ctor(s).
* Tests should be moved to TextOfTest.
*/
package org.cactoos.time;

0 comments on commit 1d0d5e3

Please sign in to comment.