]> source.dussan.org Git - aspectj.git/commitdiff
exposing unique array creation code
authorjhugunin <jhugunin>
Tue, 7 Jan 2003 23:19:09 +0000 (23:19 +0000)
committerjhugunin <jhugunin>
Tue, 7 Jan 2003 23:19:09 +0000 (23:19 +0000)
org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

index 04bf05a8b53a72716b805c17d3d9d1d099370f56..42aba123f49ff82ab418ee81fe7f07c6af3e3f0a 100644 (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;