Added print statement.

This commit is contained in:
Winston Li 2014-12-04 17:23:05 +00:00
parent 8483e0b86a
commit f429c4bf8b

View file

@ -34,6 +34,7 @@ public class WLDirectoryNodeSnapshot implements CandidateSnapshot {
jsonObject.addProperty("latestVerId", previousVersionID);
jsonObject.add("files", getFilesAsJson());
jsonObject.addProperty("postbackUrl", projectURL + "/postback");
System.out.println(jsonObject);
return jsonObject;
}