< prev index next >

modules/javafx.fxml/src/main/java/javafx/fxml/LoadListener.java

Print this page

        

@@ -99,11 +99,10 @@
     /**
      * Called when the loader has begun reading a static property element
      * defined by an unknown type.
      *
      * @param name
-     * @param sourceType
      */
     public void beginUnknownStaticPropertyElement(String name);
 
     /**
      * Called when the loader has begun reading a script element.
< prev index next >