classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: added missing import


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: added missing import
Date: 27 Dec 2005 01:25:09 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I'm checking this in.

This adds a missing import.

Tom

2005-12-27  Tom Tromey  <address@hidden>

        * gnu/java/nio/SelectorImpl.java: Added import.

Index: gnu/java/nio/SelectorImpl.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/java/nio/SelectorImpl.java,v
retrieving revision 1.20
diff -u -r1.20 SelectorImpl.java
--- gnu/java/nio/SelectorImpl.java      27 Dec 2005 02:34:20 -0000      1.20
+++ gnu/java/nio/SelectorImpl.java      27 Dec 2005 08:30:57 -0000
@@ -43,6 +43,7 @@
 import java.nio.channels.SelectableChannel;
 import java.nio.channels.SelectionKey;
 import java.nio.channels.Selector;
+import java.nio.channels.SocketChannel;
 import java.nio.channels.spi.AbstractSelectableChannel;
 import java.nio.channels.spi.AbstractSelector;
 import java.nio.channels.spi.SelectorProvider;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]