Code Polishing (Sonar)
- remove redundant modifiers - overridable methods called from ctors Polishing - PR Comments
This commit is contained in:
committed by
Artem Bilan
parent
ddb4321e1d
commit
255247ca9a
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2014 the original author or authors.
|
||||
* Copyright 2014-2015 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -339,7 +339,7 @@ public class RFC5424SyslogParser {
|
||||
|
||||
private final String label;
|
||||
|
||||
private Severity(int level, String label) {
|
||||
Severity(int level, String label) {
|
||||
this.level = level;
|
||||
this.label = label;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user