"Fix" PMD warning.
This commit is contained in:
parent
1a8412d767
commit
c5a00acf3d
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ import org.jgrapes.util.events.WatchFile;
|
|||
*/
|
||||
@SuppressWarnings({ "PMD.ExcessiveImports", "PMD.AvoidPrintStackTrace",
|
||||
"PMD.DataflowAnomalyAnalysis", "PMD.TooManyMethods",
|
||||
"PMD.CouplingBetweenObjects" })
|
||||
"PMD.CouplingBetweenObjects", "PMD.TooManyFields" })
|
||||
public class Runner extends Component {
|
||||
|
||||
private static final String QEMU = "qemu";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue