Skip to content

Commit

Permalink
Remove extends TemplateModel
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Sep 12, 2022
1 parent b5511fb commit b17766f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ private static void transformModel(String modelType, JavaClassSource javaClass)
// System.out.println("Sub: " + nested.isInterface());
JavaInterfaceSource model = (JavaInterfaceSource) nested;

model.removeInterface("TemplateModel");
LinkedHashSet<String> getters = new LinkedHashSet<>();
LinkedHashSet<String> setters = new LinkedHashSet<>();
LinkedHashMap<String, Type<?>> types = new LinkedHashMap<String, Type<?>>();
Expand Down

0 comments on commit b17766f

Please sign in to comment.