Skip to content

Commit

Permalink
#849 removed stale todo
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk committed May 17, 2018
1 parent 5cd1e3e commit d5c8372
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/cactoos/text/TextEnvelope.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
* Text envelope that provides {@link #equals(Object)} and {@link #hashCode()}
* methods.
* @since 0.32
* @todo #788:30min Refactor all classes in text package to extend from
* TextEnvelope, allowing direct comparison with string objects using hashCode
* and equals methods.
* @checkstyle AbstractClassNameCheck (500 lines)
*/
public abstract class TextEnvelope implements Text {
Expand Down

1 comment on commit d5c8372

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d5c8372 May 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 788-d4bcd092 disappeared from src/main/java/org/cactoos/text/TextEnvelope.java, that's why I closed #849. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.