Merge branch 'master' of github.com:spring-projects/sts4

This commit is contained in:
Kris De Volder
2018-10-23 11:12:09 -07:00

View File

@@ -120,7 +120,6 @@ public class LiveBeansModel {
public LiveBeansModel parse(String json) throws Exception {
Builder model = LiveBeansModel.builder();
JSONObject mainObject = new JSONObject(json);
System.out.println(mainObject.toString(3));
mainObject = mainObject.getJSONObject("contexts");
for (String contextId : mainObject.keySet()) {