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