Skip to content

Commit a534af1

Browse files
committed
add reference back to apache commons-lang
1 parent cc6ed0e commit a534af1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grails-core/src/main/groovy/grails/util/GrailsStringUtils.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ abstract class GrailsStringUtils extends StringUtils{
205205
* GrailsStringUtils.trimToNull("xyz") = "xyz"
206206
* GrailsStringUtils.trimToNull(" xyz ") = "xyz"
207207
* </pre>
208+
*
209+
* based on https://github.com/apache/commons-lang/blob/master/src/main/java/org/apache/commons/lang3/StringUtils.java#L8838
208210
*
209211
* @param str the String to be trimmed, may be null
210212
* @return the trimmed String,

0 commit comments

Comments
 (0)