diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/NonStaticFinalLogger.html b/plugins/InspectionGadgets/src/inspectionDescriptions/NonStaticFinalLogger.html index 3ad9f7c20a57..6c5afcde7a20 100644 --- a/plugins/InspectionGadgets/src/inspectionDescriptions/NonStaticFinalLogger.html +++ b/plugins/InspectionGadgets/src/inspectionDescriptions/NonStaticFinalLogger.html @@ -4,7 +4,7 @@ This inspection reports logger fields on classes which are not declared stati and final. Ensuring that every classes logger is effectively constant and bound to that class simplifies the task of providing a unified logging implementation for an application. Interfaces, -enumerations, annotations, inner classes, and abstract classes are not reported by this inspection. +enumerations, annotations and inner classes are not reported by this inspection.
Use the table below to specify Logger class names.