TDI-38707:add the missing static. (#1020)
This commit is contained in:
@@ -485,7 +485,7 @@ public class StringHandling {
|
||||
|
||||
}
|
||||
|
||||
public String RTRIM(String value) {
|
||||
public static String RTRIM(String value) {
|
||||
return RTRIM(value, null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user