Skip to content

Commit 2a68f74

Browse files
committedDec 20, 2024
8346128: Comparison build fails due to difference in LabelTarget.html
Reviewed-by: jlahoda, liach, prappo
1 parent cf28fd4 commit 2a68f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.base/share/classes/java/lang/classfile/instruction/LabelTarget.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* {@snippet lang=java :
5656
* cob.with(lt); // @link substring="with" target="CodeBuilder#with"
5757
* // @link substring="labelBinding" target="CodeBuilder#labelBinding" :
58-
* cob.labelBinding(lt.label()); // @link substring="label" target="#label"
58+
* cob.labelBinding(lt.label()); // @link regex="label(?=\()" target="#label"
5959
* }
6060
*
6161
* @see Label

0 commit comments

Comments
 (0)
Please sign in to comment.