Skip to content

Commit 29097dd

Browse files
committed
checkstyle format correction
1 parent d1d390b commit 29097dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/owasp/encoder/Encode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ public static void forCssUrl(Writer out, String input)
641641
* @param out where to write encoded output
642642
* @param input the input string to encode
643643
* @throws IOException if thrown by writer
644-
*
644+
*
645645
* @deprecated There is never a need to encode a complete URI with this form of encoding.
646646
*/
647647
@Deprecated public static void forUri(Writer out, String input)

0 commit comments

Comments
 (0)