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

@@ -124,7 +124,7 @@ public interface AotTestAttributes {
* Retrieve the attribute value for the given name as a {@code boolean}.
* @param name the unique attribute name
* @return {@code true} if the attribute is set to "true" (ignoring case),
* {@code} false otherwise
* {@code false} otherwise
* @see #getString(String)
* @see #setAttribute(String, String)
* @see Boolean#parseBoolean(String)