Skip to content

Commit 5b19610

Browse files
Merge branch '1.14.x' into 1.15.x
2 parents 240cdd3 + 942ac71 commit 5b19610

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)