Added public static final String[] emptyStrings to denote zero-length string array
git-svn-id: svn://10.0.0.236/trunk@146349 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2047,6 +2047,7 @@ public class ScriptRuntime {
|
||||
}
|
||||
|
||||
public static final Object[] emptyArgs = new Object[0];
|
||||
public static final String[] emptyStrings = new String[0];
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user