< prev index next >
src/java.desktop/unix/classes/sun/awt/X11/XSelection.java
Print this page
*** 108,118 ****
new SelectionEventHandler());
}
/*
* Returns the XSelection object for the specified selection atom or
! * <code>null</code> if none exists.
*/
static XSelection getSelection(XAtom atom) {
return table.get(atom);
}
--- 108,118 ----
new SelectionEventHandler());
}
/*
* Returns the XSelection object for the specified selection atom or
! * {@code null} if none exists.
*/
static XSelection getSelection(XAtom atom) {
return table.get(atom);
}
< prev index next >