--- old/modules/javafx.controls/src/main/java/javafx/scene/control/TextFormatter.java 2017-03-09 14:44:36.594173891 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/TextFormatter.java 2017-03-09 14:44:36.486173889 -0800 @@ -142,7 +142,7 @@ /** * The current value for this formatter. When the formatter is set on a {@code TextInputControl} and has a - * @{code valueConverter}, the value is set by the control, when the text is commited. + * {@code valueConverter}, the value is set by the control, when the text is commited. */ private final ObjectProperty value = new ObjectPropertyBase() { @@ -237,7 +237,6 @@ * E.g. when some text is being deleted, you can simply replace it by some placeholder text just by setting a new text * ({@code setText("new text")}) * - *

*

* The Change is mutable, but not observable. It should be used * only for the life of a single change. It is intended that the