Log.debug("Failed to strip out HTML. This should be preferred?");
}
try {
JSONObject response = JSONParser.parseLenient(json).isObject();
JSONString outcome = response.get("outcome").isString();
if (outcome != null && "success".equalsIgnoreCase(outcome.stringValue())) {
patchManager.getPatches(new SimpleCallback<Patches>() {
@Override
public void onSuccess(final Patches result) {
context.patchInfo = result.getLatest();
wizard.next();