Skip to content

Commit dbdd6ea

Browse files
committed
refactor
1 parent 19b9127 commit dbdd6ea

File tree

11 files changed

+0
-18
lines changed

11 files changed

+0
-18
lines changed

.idea/workspace.xml

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/com/inzapp/jsonToSqlParser/core/Parser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
public class Parser extends JsonManager {
1010
public String parse(JSONObject json) {
1111
setJson(json);
12-
1312
Statement statement;
1413
String crud = getFromJson(JsonKey.CRUD).get(0);
1514
switch (crud) {
@@ -41,7 +40,6 @@ public String parse(JSONObject json) {
4140

4241
public String parse(JSONObject json, boolean exceptUnion) {
4342
setJson(json);
44-
4543
Statement statement;
4644
String crud = getFromJson(JsonKey.CRUD).get(0);
4745
switch (crud) {

0 commit comments

Comments
 (0)