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-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 851ab26  Javadoc: Fix double the
851ab26 is described below

commit 851ab261bc44a7c2da5365128edf8c66b82a48d1
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:15:09 2025 -0500

    Javadoc: Fix double the
---
 src/main/java/org/apache/commons/daemon/support/DaemonLoader.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/daemon/support/DaemonLoader.java 
b/src/main/java/org/apache/commons/daemon/support/DaemonLoader.java
index f452248..15db39b 100644
--- a/src/main/java/org/apache/commons/daemon/support/DaemonLoader.java
+++ b/src/main/java/org/apache/commons/daemon/support/DaemonLoader.java
@@ -326,7 +326,7 @@ public final class DaemonLoader
     private static native void failed(String message);
 
     /**
-     * A DaemonController that acts on the the global {@link DaemonLoader} 
state.
+     * A DaemonController that acts on the global {@link DaemonLoader} state.
      */
     public static class Controller
         implements DaemonController

Reply via email to