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
@@ -64,7 +64,7 @@ public void generate(final PrintStream stream) {
typeSuperclass = layout.getSuperLayout().getName() + "LayoutImpl." + layout.getSuperLayout().getName() + "Type";
}

stream.printf(" protected static class %sType extends %s {%n", layout.getName(), typeSuperclass);
stream.printf(" public static class %sType extends %s {%n", layout.getName(), typeSuperclass);

if (layout.hasShapeProperties()) {
stream.println(" ");

1 comment on commit 8a1879c

@eregon
Copy link
Member

@eregon eregon commented on 8a1879c Mar 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 That's also useful to test an exact type based on just the Shape.

Sorry, something went wrong.

Please sign in to comment.