Skip to content

Commit 28f265a

Browse files
committed
[#1250][#1254] update javadoc
1 parent 319c641 commit 28f265a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/picocli/CommandLine.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9092,7 +9092,6 @@ private static String inferLabel(String label, String fieldName, ITypeInfo typeI
90929092
public T hidden(boolean hidden) { this.hidden = hidden; return self(); }
90939093

90949094
/** Sets whether this option is inherited from a parent command, and returns this builder.
9095-
* <b>Do not forget to also set {@link #root()} when setting this, to ensure that it always can track back to the root element.</b>
90969095
* @since 4.3.0 */
90979096
public T inherited(boolean inherited) { this.inherited = inherited; return self(); }
90989097

0 commit comments

Comments
 (0)