Skip to content

Commit

Permalink
#651: Added missing spaces in the puzzle description
Browse files Browse the repository at this point in the history
  • Loading branch information
essobedo committed Apr 18, 2016
1 parent 720542e commit 4fcfa57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/takes/rq/multipart/RqMultipartBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @see RqGreedy
* @todo #651:30min This class is highly coupled, it should be refactored in
* order to be able to reduce the overall coupling of this class which will
* allow to remove the violations ClassDataAbstractionCouplingCheck and
* PMD.ExcessiveImports.
* order to be able to reduce the overall coupling of this class which will
* allow to remove the violations ClassDataAbstractionCouplingCheck and
* PMD.ExcessiveImports.
*/
@SuppressWarnings("PMD.ExcessiveImports")
@EqualsAndHashCode(of = "origin")
Expand Down

0 comments on commit 4fcfa57

Please sign in to comment.