diff --git a/src/share/classes/java/io/EOFException.java b/src/share/classes/java/io/EOFException.java index ed6ca0fad1209113dbd9831cc6ddff1c5b967da6..0f9a326c3fa6173ed27edd72f013c41594df602a 100644 --- a/src/share/classes/java/io/EOFException.java +++ b/src/share/classes/java/io/EOFException.java @@ -32,7 +32,6 @@ package java.io; * This exception is mainly used by data input streams to signal end of * stream. Note that many other input operations return a special value on * end of stream rather than throwing an exception. - *
* * @author Frank Yellin * @see java.io.DataInputStream diff --git a/src/share/classes/java/io/FilePermission.java b/src/share/classes/java/io/FilePermission.java index 89f2c33287a05736876f7eccae467ae1ba8cc04f..bac39d3045961be07a2ce8bf88485ea67bf74c5a 100644 --- a/src/share/classes/java/io/FilePermission.java +++ b/src/share/classes/java/io/FilePermission.java @@ -380,7 +380,7 @@ public final class FilePermission extends Permission implements Serializable { /** * Checks two FilePermission objects for equality. Checks that obj is * a FilePermission, and has the same pathname and actions as this object. - *
+ *
* @param obj the object we are testing for equality with this object.
* @return true
if obj is a FilePermission, and has the same
* pathname and actions as this FilePermission object,
diff --git a/src/share/classes/java/nio/channels/AsynchronousChannelGroup.java b/src/share/classes/java/nio/channels/AsynchronousChannelGroup.java
index aa56bbf38a249b91be128b67b0ed548f1df24f48..8f7cdd6490e2ab1f23d8f97a74acb190a0e5fa91 100644
--- a/src/share/classes/java/nio/channels/AsynchronousChannelGroup.java
+++ b/src/share/classes/java/nio/channels/AsynchronousChannelGroup.java
@@ -66,7 +66,6 @@ import java.util.concurrent.TimeUnit;
*
If a charset listed in the If a charset listed in the IANA Charset * Registry is supported by an implementation of the Java platform then - * its canonical name must be the name listed in the registry. Many charsets + * its canonical name must be the name listed in the registry. Many charsets * are given more than one name in the registry, in which case the registry * identifies one of the names as MIME-preferred. If a charset has more * than one registry name then its canonical name must be the MIME-preferred diff --git a/src/share/classes/java/nio/file/FileSystem.java b/src/share/classes/java/nio/file/FileSystem.java index 2a961fb8ecfd8b97749999b0ad715bcbb0782d24..a5dbe0f1d49eb6a55f9c79f71be42f1a77944cee 100644 --- a/src/share/classes/java/nio/file/FileSystem.java +++ b/src/share/classes/java/nio/file/FileSystem.java @@ -325,7 +325,6 @@ public abstract class FileSystem *
@@ -115,7 +115,7 @@ other buffer classes: best effort to perform native I/O operations directly upon it. Buffers
Description
A byte buffer can be created by {@link - java.nio.channels.FileChannel#map mapping
} a region of a + java.nio.channels.FileChannel#map mapping} a region of a file directly into memory, in which case a few additional file-related operations defined in the {@link java.nio.MappedByteBuffer} class are available.