Skip to content

Commit 942ac71

Browse files
Fix javadoc in StringEscapeUtils
Closes gh-6613
1 parent 7ef45ea commit 942ac71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

micrometer-core/src/main/java/io/micrometer/core/instrument/util/StringEscapeUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
*/
3232
public final class StringEscapeUtils {
3333

34-
/*
34+
/**
3535
* @param v The string to escape.
36-
*
3736
* @return An escaped JSON string.
3837
*/
3938
public static String escapeJson(@Nullable String v) {

0 commit comments

Comments
 (0)