Skip to content

Commit

Permalink
Updated generics
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Mar 21, 2020
1 parent 25d5c3c commit 52da26b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ public class ComponentBuilder<T extends Component> extends AbstractContentBuilde

private String name;

private PropertyList<Property> properties = new PropertyList<>();
private PropertyList properties = new PropertyList();

private ComponentList<Component> subComponents = new ComponentList<>();

Expand Down

0 comments on commit 52da26b

Please sign in to comment.