mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8346128: Comparison build fails due to difference in LabelTarget.html
Reviewed-by: jlahoda, liach, prappo
This commit is contained in:
parent
cf28fd4cbc
commit
2a68f74188
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ import jdk.internal.classfile.impl.LabelImpl;
|
|||
* {@snippet lang=java :
|
||||
* cob.with(lt); // @link substring="with" target="CodeBuilder#with"
|
||||
* // @link substring="labelBinding" target="CodeBuilder#labelBinding" :
|
||||
* cob.labelBinding(lt.label()); // @link substring="label" target="#label"
|
||||
* cob.labelBinding(lt.label()); // @link regex="label(?=\()" target="#label"
|
||||
* }
|
||||
*
|
||||
* @see Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue