Skip to content

Commit

Permalink
Do not log no theme warnings for classes with @notheme (#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored and SomeoneToIgnore committed Feb 8, 2018
1 parent 2d72cab commit b97cc02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ private void updateTheme(Component target, String path) {
}
} else {
theme = null;
if (AnnotationReader
if (!AnnotationReader
.getAnnotationFor(target.getClass(), NoTheme.class)
.isPresent()) {
getLogger().warn(
Expand Down

0 comments on commit b97cc02

Please sign in to comment.