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-exec.git
commit cd8664d305e4347d09b07bb8538948975c534202 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 17 09:18:10 2025 -0400 Javadoc --- src/main/java/org/apache/commons/exec/OS.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/exec/OS.java b/src/main/java/org/apache/commons/exec/OS.java index 6831e11e..a45103c2 100644 --- a/src/main/java/org/apache/commons/exec/OS.java +++ b/src/main/java/org/apache/commons/exec/OS.java @@ -26,6 +26,7 @@ import java.util.Locale; * Condition that tests the OS type. * <p> * Copied and adapted from Apache Ant 1.9.6 from {@code org.apache.tools.ant.taskdefs.condition.OS}. + * </p> */ public final class OS {