Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Mar 16, 2021
1 parent 60c3155 commit 03815cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private static <E extends Enum<E>> E parseEnum(Schema schema, String fieldString
} catch (ReflectiveOperationException | ClassCastException e) {
throw new IllegalArgumentException(
"Cannot create enum class " + schema.getFullName()
+ " for value "+ fieldString, e);
+ " for value " + fieldString, e);
}
}

Expand Down

0 comments on commit 03815cd

Please sign in to comment.