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

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 1ccde6cdfe72adf13ef9dd49138434a74aabd784
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Wed Nov 9 12:25:20 2022 +0100

    Minor comment fix
---
 .../src/main/java/org/apache/sshd/common/util/buffer/BufferUtils.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sshd-common/src/main/java/org/apache/sshd/common/util/buffer/BufferUtils.java 
b/sshd-common/src/main/java/org/apache/sshd/common/util/buffer/BufferUtils.java
index cdb583153..b1c68a0fe 100644
--- 
a/sshd-common/src/main/java/org/apache/sshd/common/util/buffer/BufferUtils.java
+++ 
b/sshd-common/src/main/java/org/apache/sshd/common/util/buffer/BufferUtils.java
@@ -35,7 +35,7 @@ import org.apache.sshd.common.util.io.IoUtils;
 import org.apache.sshd.common.util.logging.SimplifiedLog;
 
 /**
- * TODO Add javadoc
+ * General utilities for working with byte-encoded data.
  *
  * @author <a href="mailto:d...@mina.apache.org";>Apache MINA SSHD Project</a>
  */

Reply via email to