示例#1
0
 public boolean downgrade(JSONObject state, StateStore stateStore, Migrator migrator)
     throws JSONException {
   return migrator.removeProperty(state, "customBar");
 }