File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
full/src/main/java/org/hisrc/jsonix Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77import org .apache .commons .lang3 .Validate ;
88import org .hisrc .jsonix .args4j .PartialCmdLineParser ;
9- import org .hisrc .jsonix .compilation .ProgramWriter ;
109import org .hisrc .jsonix .compilation .jsonschema .JsonStructureWriter ;
10+ import org .hisrc .jsonix .compilation .mapping .ProgramWriter ;
1111import org .hisrc .jsonix .execution .JsonixInvoker ;
1212import org .hisrc .jsonix .settings .Settings ;
1313import org .hisrc .jsonix .xjc .plugin .JsonixPlugin ;
Original file line number Diff line number Diff line change 88import org .apache .commons .lang3 .Validate ;
99import org .hisrc .jscm .codemodel .JSProgram ;
1010import org .hisrc .jscm .codemodel .writer .CodeWriter ;
11- import org .hisrc .jsonix .compilation .ProgramWriter ;
11+ import org .hisrc .jsonix .compilation .mapping . ProgramWriter ;
1212import org .hisrc .jsonix .definition .Module ;
1313import org .hisrc .jsonix .definition .Output ;
1414import org .xml .sax .SAXParseException ;
You can’t perform that action at this time.
0 commit comments