We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6ed0e commit a534af1Copy full SHA for a534af1
grails-core/src/main/groovy/grails/util/GrailsStringUtils.groovy
@@ -205,6 +205,8 @@ abstract class GrailsStringUtils extends StringUtils{
205
* GrailsStringUtils.trimToNull("xyz") = "xyz"
206
* GrailsStringUtils.trimToNull(" xyz ") = "xyz"
207
* </pre>
208
+ *
209
+ * based on https://github.com/apache/commons-lang/blob/master/src/main/java/org/apache/commons/lang3/StringUtils.java#L8838
210
*
211
* @param str the String to be trimmed, may be null
212
* @return the trimmed String,
0 commit comments