< prev index next >
src/java.desktop/unix/classes/sun/awt/X11/XDnDDropTargetProtocol.java
Print this page
*** 68,78 ****
}
/**
* Creates an instance associated with the specified listener.
*
! * @throws NullPointerException if listener is <code>null</code>.
*/
static XDropTargetProtocol createInstance(XDropTargetProtocolListener listener) {
return new XDnDDropTargetProtocol(listener);
}
--- 68,78 ----
}
/**
* Creates an instance associated with the specified listener.
*
! * @throws NullPointerException if listener is {@code null}.
*/
static XDropTargetProtocol createInstance(XDropTargetProtocolListener listener) {
return new XDnDDropTargetProtocol(listener);
}
< prev index next >