Skip to content

Commit d1b20a1

Browse files
author
Jinzhou Zhang
committed
fix: remove non-typical template
1 parent c6e2ebd commit d1b20a1

File tree

2 files changed

+0
-210
lines changed

2 files changed

+0
-210
lines changed

resources/template/HUE-Serialization.xml

Lines changed: 0 additions & 209 deletions
This file was deleted.

src/me/lotabout/codegenerator/CodeGeneratorSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ private List<CodeTemplate> loadDefaultTemplates() {
8686
try {
8787
templates.addAll(loadTemplates("getters-and-setters.xml"));
8888
templates.addAll(loadTemplates("to-string.xml"));
89-
templates.addAll(loadTemplates("HUE-Serialization.xml"));
9089
} catch (Exception e) {
9190
LOGGER.error("loadDefaultTemplates failed", e);
9291
}

0 commit comments

Comments
 (0)