mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue