FinalizeImplementation: suppress PMD warning
This commit is contained in:
parent
208fcec26f
commit
a6010126c5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class FinalizeImplementation {
|
||||||
/**
|
/**
|
||||||
* Negates effect of superclass finalize.
|
* Negates effect of superclass finalize.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings({"nofinalizer", "finalizeimplementation"})
|
@SuppressWarnings({"PMD.EmptyFinalizer", "nofinalizer", "finalizeimplementation"})
|
||||||
protected void finalize() {
|
protected void finalize() {
|
||||||
// doesn't call super.finalize()
|
// doesn't call super.finalize()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue