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:
igor%mir2.org
2003-08-26 15:45:15 +00:00
parent c04c61b5ff
commit 9907b2e95f

View File

@@ -2047,6 +2047,7 @@ public class ScriptRuntime {
}
public static final Object[] emptyArgs = new Object[0];
public static final String[] emptyStrings = new String[0];
}