This commit is contained in:
wing328
2016-01-05 09:52:33 +08:00
parent 90d1e280ed
commit ff9e04e4dd
19 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
package {{package}};
import java.util.Objects;
{{#imports}}import {{import}};
{{/imports}}