ErrorProne: fix base/MissingSummary

This commit is contained in:
mkpaz 2023-02-09 14:53:33 +04:00
parent 4a0a673bff
commit 58ff4cc25c
3 changed files with 5 additions and 5 deletions

@ -58,7 +58,7 @@ public class CustomTextField extends TextField {
private final ObjectProperty<Node> left = new SimpleObjectProperty<>(this, "left");
/**
* @return An ObjectProperty wrapping the {@link Node} that is placed
* Returns an ObjectProperty wrapping the {@link Node} that is placed
* on the left of the text field.
*/
public final ObjectProperty<Node> leftProperty() {
@ -66,7 +66,7 @@ public class CustomTextField extends TextField {
}
/**
* @return the {@link Node} that is placed on the left of the text field.
* Returns the {@link Node} that is placed on the left of the text field.
*/
public final Node getLeft() {
return left.get();
@ -89,7 +89,7 @@ public class CustomTextField extends TextField {
}
/**
* @return The {@link Node} that is placed on the right of the text field.
* Returns the {@link Node} that is placed on the right of the text field.
*/
public final Node getRight() {
return right.get();

@ -291,7 +291,7 @@ public class InlineDatePicker extends Control {
}
/**
* @return The CssMetaData associated with this class, which may include the
* Returns the CssMetaData associated with this class, which may include the
* CssMetaData of its superclasses.
*/
public static List<CssMetaData<? extends Styleable, ?>> getClassCssMetaData() {

@ -232,7 +232,7 @@ public class ToggleSwitchSkin extends SkinBase<ToggleSwitch> {
}
/**
* @return The CssMetaData associated with this class, which may include the
* Returns the CssMetaData associated with this class, which may include the
* CssMetaData of its super classes.
*/
public static List<CssMetaData<? extends Styleable, ?>> getClassCssMetaData() {