Skip to content

Commit

Permalink
#897, previous puzzle removed, new puzzle created
Browse files Browse the repository at this point in the history
  • Loading branch information
butenkos committed Jul 5, 2018
1 parent fb22f3c commit 494523f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions src/main/java/org/cactoos/text/Base64Text.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@

/**
* Decodes the origin text using the Base64 encoding scheme.
*
* @since 0.20.2
* @todo #897:30min Continue refactoring all classes implementing Text to extend
* TextEnvelope - asString() should be removed and implementation from
* TextEnvelope should be used.
*/
public final class Base64Text implements Text {

Expand Down Expand Up @@ -66,5 +68,4 @@ public String asString() throws Exception {
)
).asString();
}

}
4 changes: 0 additions & 4 deletions src/main/java/org/cactoos/text/JoinedText.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
* <p>There is no thread-safety guarantee.
*
* @since 0.9
* @todo #878:30min Continue refactoring all classes implementing Text to extend
* TextEnvelope - in most cases asString should be removed and implementation
* from TextEnvelope should be used.
*/
public final class JoinedText extends TextEnvelope {

Expand Down Expand Up @@ -86,5 +83,4 @@ public JoinedText(final Text delimit, final Iterable<Text> txts) {
return joint.toString();
});
}

}

0 comments on commit 494523f

Please sign in to comment.