< prev index next >

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

Print this page

        

@@ -92,11 +92,11 @@
      *
      * <p>For example, a fixed pattern can be used for converting both ways:</p>
      * <blockquote><pre>
      * String pattern = "HH:mm:ss";
      * DateTimeFormatter formatter = DateTimeFormatter.ofPattern(pattern);
-     * StringConverter<LocalTime> converter =
+     * StringConverter&lt;LocalTime&gt; converter =
      *     DateTimeStringConverter.getLocalTimeConverter(formatter, null);
      * </pre></blockquote>
      *
      * @param formatter An instance of {@link DateTimeFormatter} which
      * will be used for formatting by the toString() method. If null
< prev index next >