TDI-38707:add the missing static. (#1020)

This commit is contained in:
pyzhou
2017-05-11 10:45:21 +08:00
committed by wang wei
parent c09ce1c09e
commit 5a138a7d77

View File

@@ -485,7 +485,7 @@ public class StringHandling {
}
public String RTRIM(String value) {
public static String RTRIM(String value) {
return RTRIM(value, null);
}