8276678: Malformed Javadoc inline tags in JDK source in com/sun/beans/decoder/DocumentHandler.java

Reviewed-by: serb, aivanov
This commit is contained in:
Alisen Chung 2021-11-10 20:08:13 +00:00 committed by Alexey Ivanov
parent 67c2714ba2
commit 2374abda19

View File

@ -199,8 +199,8 @@ public final class DocumentHandler extends DefaultHandler {
* Indicates whether the variable with specified identifier is defined.
*
* @param id the identifier
* @return @{code true} if the variable is defined;
* @{code false} otherwise
* @return {@code true} if the variable is defined;
* {@code false} otherwise
*/
public boolean hasVariable(String id) {
return this.environment.containsKey(id);