mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-20 14:02:40 +02:00
Fix compile error.
This is a workaround.Please fix correctly in the future.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user