< prev index next >

modules/javafx.base/src/main/java/javafx/util/converter/FormatStringConverter.java

Print this page

        

*** 90,99 **** --- 90,101 ---- } /** * <p>Return a <code>Format</code> instance to use for formatting * and parsing in this {@link StringConverter}.</p> + * + * @return A {@code Format} instance for formatting and parsing in this {@link StringConverter} */ protected Format getFormat() { return format; } }
< prev index next >