Skip to content

Commit a2e4633

Browse files
paodbmlopezFC
authored andcommitted
docs: fix javadoc warnings
Close #74
1 parent 30d7efd commit a2e4633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/com/flowingcode/vaadin/addons/chipfield/ChipField.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public boolean isDisabled() {
296296
return getElement().getProperty("disabled", false);
297297
}
298298

299-
/** @deprecated use {@link #setReadOnly()} */
299+
/** @deprecated use {@link #setReadOnly(boolean)} */
300300
@Deprecated
301301
public void setReadonly(boolean readonly) {
302302
setReadOnly(readonly);

0 commit comments

Comments
 (0)