Skip to content

Commit

Permalink
Merge pull request #254 from Open-MBEE/develop
Browse files Browse the repository at this point in the history
mms 4.0.15 compat
  • Loading branch information
dlamoris authored Jan 12, 2023
2 parents 3828361 + ef776a6 commit 4c525d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.1.1
version=5.1.2
group=org.openmbee.mdk.magic
descriptorFile=MDR_Plugin_Model_Development_Kit_91110_descriptor.xml
magicdDrawGroupName=gov.nasa.jpl.cae.magicdraw.mdk
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/gov/nasa/jpl/mbee/mdk/json/JacksonUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ public static Map<String, List<ObjectNode>> parseResponseIntoObjects(File respon
//TODO: fill in what to do with the totals
}
else {
throw new IOException("Unable to properly read this JSON format, check REST responses.");
//throw new IOException("Unable to properly read this JSON format, check REST responses.");
//ignore other keys
}
}
}
Expand Down

0 comments on commit 4c525d5

Please sign in to comment.