Skip to content

Commit 2374abd

Browse files
Alisen Chungaivanov-jdk
Alisen Chung
authored andcommittedNov 10, 2021
8276678: Malformed Javadoc inline tags in JDK source in com/sun/beans/decoder/DocumentHandler.java
Reviewed-by: serb, aivanov
1 parent 67c2714 commit 2374abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/java.desktop/share/classes/com/sun/beans/decoder/DocumentHandler.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ public void setElementHandler(String name, Class<? extends ElementHandler> handl
199199
* Indicates whether the variable with specified identifier is defined.
200200
*
201201
* @param id the identifier
202-
* @return @{code true} if the variable is defined;
203-
* @{code false} otherwise
202+
* @return {@code true} if the variable is defined;
203+
* {@code false} otherwise
204204
*/
205205
public boolean hasVariable(String id) {
206206
return this.environment.containsKey(id);

0 commit comments

Comments
 (0)