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

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


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

commit 1564f1424c12b7d8b42c95c912ab6d370ce6cca5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 2 15:34:04 2026 -0400

    Javadoc
---
 src/samples/ProcrunService.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/samples/ProcrunService.java b/src/samples/ProcrunService.java
index 425ee9ed..a978c482 100644
--- a/src/samples/ProcrunService.java
+++ b/src/samples/ProcrunService.java
@@ -146,7 +146,7 @@ public class ProcrunService implements Runnable {
      * by the start service, and a deleted by the stop service.
      *
      * @param args [start [pause time] | stop]
-     * @throws IOException if there are problems creating or deleting the 
temporary file
+     * @throws IOException Thrown if there are problems creating or deleting 
the temporary file
      */
     public static void main(String[] args) throws IOException {
         final int argc = args.length;

Reply via email to