Fix Javadoc errors

This commit is contained in:
Sam Brannen
2024-03-08 11:59:19 +01:00
parent c1bd9243ee
commit ae6c64abc5
3 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ public abstract class SystemPropertyUtils {
/** Value separator for system property placeholders: {@value}. */
public static final String VALUE_SEPARATOR = ":";
/** Default escape character: {@value}. */
/** Default escape character: {@code '\'}. */
public static final Character ESCAPE_CHARACTER = '\\';