diff options
Diffstat (limited to 'libjava/classpath/java/security/DigestOutputStream.java')
-rw-r--r-- | libjava/classpath/java/security/DigestOutputStream.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/java/security/DigestOutputStream.java b/libjava/classpath/java/security/DigestOutputStream.java index 037b39e..748f83d 100644 --- a/libjava/classpath/java/security/DigestOutputStream.java +++ b/libjava/classpath/java/security/DigestOutputStream.java @@ -105,7 +105,7 @@ public class DigestOutputStream extends FilterOutputStream * * @param b A byte to write to the output stream * - * @exception IOException if the underlying output stream + * @exception IOException if the underlying output stream * cannot write the byte, this is thrown. */ public void write(int b) throws IOException @@ -124,7 +124,7 @@ public class DigestOutputStream extends FilterOutputStream * @param off Offset to start to start at in array * @param len Length of data to write * - * @exception IOException if the underlying output stream + * @exception IOException if the underlying output stream * cannot write the bytes, this is thrown. */ public void write(byte[]b, int off, int len) throws IOException |