Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Nov 1, 2023
1 parent e6c12dd commit d621dbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ default void register(ConfigurationCondition condition, Class<?>... classes) {
Arrays.stream(classes).forEach(clazz -> {
if (clazz == null) {
throw new NullPointerException("Cannot register null value as class for reflection. " +
"Please ensure that all values you register are not null.");
"Please ensure that all values you register are not null.");
}
register(condition, false, clazz);
});
Expand Down

0 comments on commit d621dbd

Please sign in to comment.