Skip to content

Commit

Permalink
yegor256#897, new puzzle has been created
Browse files Browse the repository at this point in the history
  • Loading branch information
butenkos committed Jul 4, 2018
1 parent fb22f3c commit 37171c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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();
}

}
3 changes: 0 additions & 3 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

0 comments on commit 37171c8

Please sign in to comment.