Remove warning.

This commit is contained in:
Michael Lipp 2023-06-11 14:11:35 +02:00
parent f49e834f02
commit 715f97c971

View file

@ -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());