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


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

commit 117d88cf334cc881bdaae8db6de9690a75d1542f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 23 16:16:00 2024 -0400

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

diff --git a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java 
b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
index 83c6cca2..d40a6f78 100644
--- a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
+++ b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
@@ -324,8 +324,8 @@ public class DynaProperty implements Serializable {
     /**
      * Serializes this object to an ObjectOutputStream.
      *
-     * @param out the target ObjectOutputStream/
-     * @throws IOException thrown when an I/O errors occur writing to the 
underlying stream
+     * @param out the target ObjectOutputStream.
+     * @throws IOException thrown when an I/O errors occur writing to the 
target stream.
      */
     private void writeObject(final ObjectOutputStream out) throws IOException {
         writeAnyClass(this.type, out);

Reply via email to