Fixed comment

This commit is contained in:
Elias Naur 2006-07-03 19:22:20 +00:00
parent 3902c69c7a
commit 436fcbea89
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ class EventQueue {
/**
* Copy available events into the specified buffer.
* Note that the buffer position is maintained, to emulate
* the behaviour of the native event queues.
* @return the number of events copied
*/
public synchronized void copyEvents(IntBuffer dest) {
queue.flip();