mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
Fix compile error.
This is a workaround.Please fix correctly in the future.
This commit is contained in:
parent
c1c25c455c
commit
df14629a25
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user