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
The following commit(s) were added to refs/heads/master by this push:
new 0b651f56 Javadoc
0b651f56 is described below
commit 0b651f567a23d796be275dc81df5252d09d4f85b
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 14 10:28:26 2023 -0500
Javadoc
---
src/test/java/org/apache/commons/exec/TutorialTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/exec/TutorialTest.java
b/src/test/java/org/apache/commons/exec/TutorialTest.java
index 9c40ad65..d20fd540 100644
--- a/src/test/java/org/apache/commons/exec/TutorialTest.java
+++ b/src/test/java/org/apache/commons/exec/TutorialTest.java
@@ -65,7 +65,7 @@ public class TutorialTest {
}
}
- /** the directory to pick up the test scripts */
+ /** The directory to pick up the test scripts */
private final File testDir = new File("src/test/scripts");
/** simulates a PDF print job */