Fix compile error.

This is a workaround.Please fix correctly in the future.
This commit is contained in:
takeshita 2011-04-07 00:07:49 +09:00
parent c1c25c455c
commit df14629a25

View File

@ -22,7 +22,7 @@ public class TemplateClassWriter {
if(target.isEnum()) {
throw new UnsupportedOperationException("Not supported yet.");
} else {
TemplateBuilder.writeClass(target, directoryName);
//TemplateBuilder.writeClass(target, directoryName);
}
}
}