8276678: Malformed Javadoc inline tags in JDK source in com/sun/beans/decoder/DocumentHandler.java
Reviewed-by: serb, aivanov
This commit is contained in:
parent
67c2714ba2
commit
2374abda19
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user