commit-classpath
[Top][All Lists]
Advanced

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

FYI: Patch: FileChannelImpl.java


From: Jeroen Frijters
Subject: FYI: Patch: FileChannelImpl.java
Date: Tue, 13 Apr 2004 11:50:35 +0200

Hi,

Committed,

Regards,
Jeroen

2004-04-13  Jeroen Frijters <address@hidden>

        * gnu/java/nio/channels/FileChannelImpl.java:
        (FileChannelImpl(int,int)) Made package private instead of
private.

Index: gnu/java/nio/channels/FileChannelImpl.java
===================================================================
RCS file:
/cvsroot/classpath/classpath/gnu/java/nio/channels/FileChannelImpl.java,
v
retrieving revision 1.3
diff -u -r1.3 FileChannelImpl.java
--- gnu/java/nio/channels/FileChannelImpl.java  11 Apr 2004 12:02:06
-0000   1.3
+++ gnu/java/nio/channels/FileChannelImpl.java  13 Apr 2004 09:42:45
-0000
@@ -113,7 +113,7 @@
   }
 
   /* Used by init() (native code) */
-  private FileChannelImpl (int fd, int mode)
+  FileChannelImpl (int fd, int mode)
   {
     this.fd = fd;
     this.mode = mode;




reply via email to

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