DBZ-1643 Autoformat the code

This commit is contained in:
Jiri Pechanec 2019-12-12 10:37:30 +01:00
parent c8070d19b8
commit d886a56596

View File

@ -271,7 +271,8 @@ public static SnapshotIsolationMode parse(String value, String defaultValue) {
if (value != null) {
try {
ZoneId.of(value, ZoneId.SHORT_IDS);
} catch (DateTimeException e) {
}
catch (DateTimeException e) {
problems.accept(field, value, "The value must be a valid ZoneId");
return 1;
}