This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git

commit 5f4ede3b5aa031a11ffeaabcb654b7197b496df8
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Dec 16 16:35:59 2024 -0500

    Javadoc
---
 .../java/org/apache/commons/compress/CompressFilterOutputStream.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/CompressFilterOutputStream.java 
b/src/main/java/org/apache/commons/compress/CompressFilterOutputStream.java
index 17cc30985..4037525bf 100644
--- a/src/main/java/org/apache/commons/compress/CompressFilterOutputStream.java
+++ b/src/main/java/org/apache/commons/compress/CompressFilterOutputStream.java
@@ -85,9 +85,9 @@ public abstract class CompressFilterOutputStream<T extends 
OutputStream> extends
     }
 
     /**
-     * Check to make sure that this stream has not been closed
+     * Check to make sure that this stream has not been closed.
      *
-     * @throws IOException if the stream is already closed
+     * @throws IOException if the stream is already closed.
      */
     protected void checkOpen() throws IOException {
         if (isClosed()) {

Reply via email to