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


The following commit(s) were added to refs/heads/master by this push:
     new 2e5a83758 Javadoc
2e5a83758 is described below

commit 2e5a83758c55a9dd931e30047cb705c6e910cefa
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 24 09:58:23 2025 -0500

    Javadoc
---
 .../org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java 
b/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java
index fa0e6398f..9d10e0102 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java
@@ -172,7 +172,7 @@ int getMethod() {
      * File mode of this entry.
      *
      * <p>
-     * The format depends on the host os that created the entry.
+     * The format depends on the host operating system that created the entry.
      * </p>
      *
      * @return the file mode.
@@ -212,7 +212,8 @@ public long getSize() {
      * File mode of this entry as Unix stat value.
      *
      * <p>
-     * Will only be non-zero of the host os was Unix.
+     * Will only be non-zero of the host operating system was Unix.
+     * </p>
      *
      * @return the Unix mode.
      */

Reply via email to