From ccdcba8e6b1e248d8e590a42dcff952d934ee176 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 10 Sep 2016 08:45:01 +0100 Subject: [PATCH] SuperFinalize: leave disabled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0513c1..85fe382 100644 --- a/README.md +++ b/README.md @@ -2784,7 +2784,7 @@ Overridding the `clone()` method is not allowed by the [NoClone](#noclone) check #### [SuperFinalize](http://checkstyle.sourceforge.net/config_coding.html#SuperFinalize) -> TODO: enable +[NoFinalizer](#nofinalizer) prevents use of `finalize()`. #### [SuppressWarnings](http://checkstyle.sourceforge.net/config_annotation.html#SuppressWarnings)