src/windows/classes/java/io/FileDescriptor.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 36,46 **** * {@link FileInputStream} or {@link FileOutputStream} to contain it. * * <p>Applications should not create their own file descriptors. * * @author Pavani Diwanji ! * @since JDK1.0 */ public final class FileDescriptor { private int fd; --- 36,46 ---- * {@link FileInputStream} or {@link FileOutputStream} to contain it. * * <p>Applications should not create their own file descriptors. * * @author Pavani Diwanji ! * @since 1.0 */ public final class FileDescriptor { private int fd;
*** 147,157 **** * * @exception SyncFailedException * Thrown when the buffers cannot be flushed, * or because the system cannot guarantee that all the * buffers have been synchronized with physical media. ! * @since JDK1.1 */ public native void sync() throws SyncFailedException; /* This routine initializes JNI field offsets for the class */ private static native void initIDs(); --- 147,157 ---- * * @exception SyncFailedException * Thrown when the buffers cannot be flushed, * or because the system cannot guarantee that all the * buffers have been synchronized with physical media. ! * @since 1.1 */ public native void sync() throws SyncFailedException; /* This routine initializes JNI field offsets for the class */ private static native void initIDs();