summaryrefslogtreecommitdiff
path: root/java/security/DigestOutputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/security/DigestOutputStream.java')
-rw-r--r--java/security/DigestOutputStream.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/security/DigestOutputStream.java b/java/security/DigestOutputStream.java
index 037b39e78..748f83d79 100644
--- a/java/security/DigestOutputStream.java
+++ b/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