mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 05:27:56 +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()) {
|
if(target.isEnum()) {
|
||||||
throw new UnsupportedOperationException("Not supported yet.");
|
throw new UnsupportedOperationException("Not supported yet.");
|
||||||
} else {
|
} else {
|
||||||
TemplateBuilder.writeClass(target, directoryName);
|
//TemplateBuilder.writeClass(target, directoryName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user