Skip to content

Commit

Permalink
ModelRoleHandlers contains CtRole.CONTAINED_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed Oct 17, 2017
1 parent a56f0ed commit 606b1a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void setValue(spoon.reflect.declaration.CtElement element, java.lang.Obje

static class CtPackage_CONTAINED_TYPES_RoleHandler extends spoon.reflect.meta.impl.AbstractRoleHandler.SetHandler<spoon.reflect.declaration.CtPackage, spoon.reflect.declaration.CtType<?>> {
private CtPackage_CONTAINED_TYPES_RoleHandler() {
super(spoon.reflect.path.CtRole.CONTAINED_TYPES, spoon.reflect.declaration.CtPackage.class, spoon.reflect.declaration.CtType.class);
super(spoon.reflect.path.CtRole.CONTAINED_TYPE, spoon.reflect.declaration.CtPackage.class, spoon.reflect.declaration.CtType.class);
}

@java.lang.Override
Expand Down

0 comments on commit 606b1a1

Please sign in to comment.