< prev index next >

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

Print this page

        

*** 53,63 **** } /** * Creates an instance associated with the specified listener. * ! * @throws NullPointerException if listener is <code>null</code>. */ static XDragSourceProtocol createInstance(XDragSourceProtocolListener listener) { return new XDnDDragSourceProtocol(listener); } --- 53,63 ---- } /** * Creates an instance associated with the specified listener. * ! * @throws NullPointerException if listener is {@code null}. */ static XDragSourceProtocol createInstance(XDragSourceProtocolListener listener) { return new XDnDDragSourceProtocol(listener); }
< prev index next >