< prev index next >

core/JemmyCore/src/org/jemmy/interfaces/ControlInterfaceFactory.java

Print this page

        

@@ -45,11 +45,11 @@
      */
     public <INTERFACE extends ControlInterface> INTERFACE create(Wrap<?> control, Class<INTERFACE> interfaceClass);
     /**
      *
      * Instantiates interface.
-     * @param <TYPE>
+     * @param <TYPE> todo document
      * @param <INTERFACE> ControlInterface type
      * @param control control to provide the interface for
      * @param interfaceClass ControlInterface type
      * @param type Incapsulated type
      * @return ControlInterface instance or null for an unknown type
< prev index next >