< prev index next >
src/java.desktop/share/classes/java/awt/AWTEvent.java
Print this page
@@ -408,15 +408,15 @@
return getClass().getName() + "[" + paramString() + "] on " +
(srcName != null? srcName : source);
}
/**
- * Returns a string representing the state of this <code>Event</code>.
+ * Returns a string representing the state of this {@code Event}.
* This method is intended to be used only for debugging purposes, and the
* content and format of the returned string may vary between
* implementations. The returned string may be empty but may not be
- * <code>null</code>.
+ * {@code null}.
*
* @return a string representation of this event
*/
public String paramString() {
return "";
< prev index next >