< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/MotifDnDDropTargetProtocol.java

Print this page

        

*** 60,70 **** } /** * Creates an instance associated with the specified listener. * ! * @throws NullPointerException if listener is <code>null</code>. */ static XDropTargetProtocol createInstance(XDropTargetProtocolListener listener) { return new MotifDnDDropTargetProtocol(listener); } --- 60,70 ---- } /** * Creates an instance associated with the specified listener. * ! * @throws NullPointerException if listener is {@code null}. */ static XDropTargetProtocol createInstance(XDropTargetProtocolListener listener) { return new MotifDnDDropTargetProtocol(listener); }
< prev index next >