< prev index next >

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

Print this page

        

*** 34,44 **** @FunctionalInterface public interface BuilderFactory { /** * Returns a builder suitable for constructing instances of the given type. * ! * @param type * * @return * A builder for the given type, or <tt>null</tt> if this factory does not * produce builders for the type. */ --- 34,44 ---- @FunctionalInterface public interface BuilderFactory { /** * Returns a builder suitable for constructing instances of the given 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 >