Skip to content

Commit 7cc60f5

Browse files
author
kevin.w.wall
committed
Minor Javadoc change.
1 parent cb8ad86 commit 7cc60f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/owasp/esapi/util/StringUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public static int getLevenshteinDistance (String s, String t) {
104104
* to see if it is empty, otherwise it is not.
105105
* @return True if the string is null or empty (after possible
106106
* trimming); otherwise false.
107+
* @since 2.0
107108
*/
108109
public static boolean notNullOrEmpty(String str, boolean trim) {
109110
if ( trim ) {

0 commit comments

Comments
 (0)