Fix Javadoc @code tags

Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
Johnny Lim
2025-01-30 13:33:42 +09:00
parent d4030a87e2
commit 042b78f609
8 changed files with 14 additions and 14 deletions

View File

@@ -123,7 +123,7 @@ public final class SpringProperties {
* Retrieve the flag for the given property key.
* @param key the property key
* @return {@code true} if the property is set to the string "true"
* (ignoring case), {@code} false otherwise
* (ignoring case), {@code false} otherwise
*/
public static boolean getFlag(String key) {
return Boolean.parseBoolean(getProperty(key));