Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ public static class ArrayType extends BasicObjectType {
private static final DynamicObjectFactory ARRAY_FACTORY;

static {
final Shape.Allocator allocator = RubyBasicObject.LAYOUT.createAllocator();
//final Shape.Allocator allocator = RubyBasicObject.LAYOUT.createAllocator();

//STORE_PROPERTY = Property.create(STORE_IDENTIFIER, allocator.locationForType(Object.class, EnumSet.of(LocationModifier.NonNull)), 0);
//SIZE_PROPERTY = Property.create(SIZE_IDENTIFIER, allocator.locationForType(int.class, EnumSet.of(LocationModifier.NonNull)), 0);

0 comments on commit 798fd22

Please sign in to comment.