< prev index next >

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

Print this page

        

*** 568,578 **** } } } } /** ! * Checks if the <code>event</code> is already in a list at position >= <code>position</code> */ private int checkEventList(int position, int event) { if (position == -1) { return -1; } --- 568,578 ---- } } } } /** ! * Checks if the {@code event} is already in a list at position >= {@code position} */ private int checkEventList(int position, int event) { if (position == -1) { return -1; }
< prev index next >