Remove warning.
This commit is contained in:
parent
f49e834f02
commit
715f97c971
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ import org.jdrupes.vmoperator.util.FsdUtils;
|
||||||
/**
|
/**
|
||||||
* The configuration information from the configuration file.
|
* The configuration information from the configuration file.
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("PMD.ExcessivePublicCount")
|
||||||
class Configuration implements Dto {
|
class Configuration implements Dto {
|
||||||
@SuppressWarnings("PMD.FieldNamingConventions")
|
@SuppressWarnings("PMD.FieldNamingConventions")
|
||||||
protected final Logger logger = Logger.getLogger(getClass().getName());
|
protected final Logger logger = Logger.getLogger(getClass().getName());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue