Skip to content

Commit

Permalink
Sonar polishing for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Dec 11, 2018
1 parent 787dfa0 commit d5a2306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class Message implements Serializable {

private static final String ENCODING = Charset.defaultCharset().name();

private static final Set<String> whiteListPatterns =
private static final Set<String> whiteListPatterns = // NOSONAR lower case static
new LinkedHashSet<>(Arrays.asList("java.util.*", "java.lang.*"));

private final MessageProperties messageProperties;
Expand Down

0 comments on commit d5a2306

Please sign in to comment.