< prev index next >

modules/javafx.base/src/main/java/javafx/util/BuilderFactory.java

Print this page

        

@@ -34,11 +34,11 @@
 @FunctionalInterface
 public interface BuilderFactory {
     /**
      * Returns a builder suitable for constructing instances of the given type.
      *
-     * @param type
+     * @param type the given type or null
      *
      * @return
      * A builder for the given type, or <tt>null</tt> if this factory does not
      * produce builders for the type.
      */
< prev index next >