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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b0f162ecd minor style issues
4b0f162ecd is described below

commit 4b0f162ecdfc056d104155a0c17d15cf23b0b60c
Author: Paul King <[email protected]>
AuthorDate: Thu Aug 17 09:43:59 2023 +1000

    minor style issues
---
 src/main/java/org/apache/groovy/util/BeanUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/groovy/util/BeanUtils.java 
b/src/main/java/org/apache/groovy/util/BeanUtils.java
index 46082cf61e..b879e0f367 100644
--- a/src/main/java/org/apache/groovy/util/BeanUtils.java
+++ b/src/main/java/org/apache/groovy/util/BeanUtils.java
@@ -32,7 +32,7 @@ public class BeanUtils {
      * @return the decapitalized string
      *
      * @since 3.0.0
-     * @see 
https://stackoverflow.com/questions/4052840/most-efficient-way-to-make-the-first-character-of-a-string-lower-case/4052914
+     * @see <a 
href="https://stackoverflow.com/questions/4052840/most-efficient-way-to-make-the-first-character-of-a-string-lower-case/4052914";>A
 relevant stack overflow question</a>
      */
     public static String decapitalize(final String property) {
         int propertyLength = (property == null ? 0 : property.length());

Reply via email to