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


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

commit 499fe3983b956509d9ce0a75c70bbc7446c2912e
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 09:08:14 2026 -0400

    Javadoc
---
 src/main/java/org/apache/bsf/util/MethodUtils.java | 2 +-
 src/main/java/org/apache/bsf/util/StringUtils.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/bsf/util/MethodUtils.java 
b/src/main/java/org/apache/bsf/util/MethodUtils.java
index 5f23177..561f4ab 100644
--- a/src/main/java/org/apache/bsf/util/MethodUtils.java
+++ b/src/main/java/org/apache/bsf/util/MethodUtils.java
@@ -202,7 +202,7 @@ public class MethodUtils {
      *                          classes -- Integer.TYPE rather than Integer. 
"null" may be passed in as an indication that you intend to invoke the method 
with
      *                          a literal null argument and therefore can 
accept any object type in this position.
      * @param isStaticReference If true, and if the target is a Class object, 
only static methods will be accepted as valid matches.
-     * @return a Method or Constructor of the appropriate signature
+     * @return A Method or Constructor of the appropriate signature
      * @exception SecurityException     if security violation
      * @exception NoSuchMethodException if no such method
      */
diff --git a/src/main/java/org/apache/bsf/util/StringUtils.java 
b/src/main/java/org/apache/bsf/util/StringUtils.java
index ea0a582..d7fc30c 100644
--- a/src/main/java/org/apache/bsf/util/StringUtils.java
+++ b/src/main/java/org/apache/bsf/util/StringUtils.java
@@ -92,7 +92,7 @@ public class StringUtils {
     /**
      * Get a string consisting of {@code numberOfChars} theChars.
      *
-     * @return a string consisting of {@code numberOfChars} theChars.
+     * @return A string consisting of {@code numberOfChars} theChars.
      */
     public static String getChars(final int numberOfChars, final char theChar) 
{
         if (numberOfChars <= 0) {

Reply via email to