Skip to content

Commit

Permalink
yegor256#28 checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzaytsev committed Apr 7, 2015
1 parent 4233748 commit c781414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/takes/misc/Href.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public final class Href implements CharSequence {
/**
* Ctor.
* @param txt Text of the link
* Href use undecoded query for URL creation
* Href use undecoded query for URL creation
*/
@SuppressWarnings("PMD.AvoidInstantiatingObjectsInLoops")
public Href(final String txt) {
Expand Down

0 comments on commit c781414

Please sign in to comment.