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 0c19701c Fix Javadoc
0c19701c is described below

commit 0c19701c87937d3a6c76d099c920859ffa7cbbe7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Dec 13 09:16:49 2023 -0500

    Fix Javadoc
---
 src/main/java/org/apache/commons/exec/LogOutputStream.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/exec/LogOutputStream.java 
b/src/main/java/org/apache/commons/exec/LogOutputStream.java
index 0fb39c3f..22758067 100644
--- a/src/main/java/org/apache/commons/exec/LogOutputStream.java
+++ b/src/main/java/org/apache/commons/exec/LogOutputStream.java
@@ -66,7 +66,7 @@ public abstract class LogOutputStream extends OutputStream {
     /**
      * Creates a new instance of this class.
      *
-     * @param level loglevel used to log data written to this stream.
+     * @param level level used to log data written to this stream.
      */
     public LogOutputStream(final int level) {
         this(level, null);
@@ -75,7 +75,7 @@ public abstract class LogOutputStream extends OutputStream {
     /**
      * Creates a new instance of this class, specifying the character set that 
should be used for outputting the string for each line
      *
-     * @param level   loglevel used to log data written to this stream
+     * @param level   level used to log data written to this stream
      * @param charset Character Set to use when processing lines
      */
     public LogOutputStream(final int level, final Charset charset) {

Reply via email to