Skip to content

Commit

Permalink
Revert unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Anisimov committed Sep 10, 2020
1 parent 8e8e56f commit 49acd2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ private static boolean validKey(JsonObject o, String k, JsonType t) {
&& o.get(k).getType().equals(t);
return validKey && (!t.equals(STRING) || !o.getString(k).isEmpty());
}
}
}

0 comments on commit 49acd2e

Please sign in to comment.