exposing unique array creation code

This commit is contained in:
jhugunin 2003-01-07 23:19:09 +00:00
parent 52aa66ebc0
commit 88926733b6

View File

@ -256,7 +256,7 @@ private PackageBinding computePackageFrom(char[][] constantPoolName) {
/* Used to guarantee array type identity.
*/
ArrayBinding createArrayType(TypeBinding type, int dimensionCount) {
public ArrayBinding createArrayType(TypeBinding type, int dimensionCount) {
// find the array binding cache for this dimension
int dimIndex = dimensionCount - 1;
int length = uniqueArrayBindings.length;