Skip to content

Commit

Permalink
(#918) Fixed todo description according to the rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fanifieiev committed Nov 20, 2019
1 parent 5db4c9c commit 0731751
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/takes/facets/fallback/TkFallback.java
Expand Up @@ -47,7 +47,9 @@
* @since 0.1
* @checkstyle IllegalCatchCheck (500 lines)
* @todo #918:30min {@link TkFallback} class is very complicated, hard to read.
* Please consider removing static methods and replace them with decorators.
* Please consider removing static methods and replace them by dedicated
* elegant classes according to
* https://www.yegor256.com/2017/02/07/private-method-is-new-class.html
*/
@ToString(callSuper = true)
@EqualsAndHashCode(callSuper = true)
Expand Down

0 comments on commit 0731751

Please sign in to comment.