fix documentation

This commit is contained in:
Bas Leijdekkers
2012-07-10 16:56:51 +02:00
parent 7d561b3c1e
commit b35d029a26
2 changed files with 6 additions and 4 deletions
@@ -4,9 +4,10 @@ This inspection reports classes which have multiple loggers declared.
Ensuring that every class has a single dedicated logger is an important step in providing a unified logging
implementation for an application. Interfaces,
enumerations, annotations, inner classes, and abstract classes are not reported by this inspection.
<!-- tooltip end -->
<p>
Use the field below to specify the name of the class which will be used for logging in this project.
Classes which do declare multiple fields of that class will be reported by this inspection.
Use the table below to specify below to specify Logger class names.
Classes which declare multiple fields which have the type of one of the classes specified, will be reported by this inspection.
<p>
<small>Powered by InspectionGadgets</small>
</body>
@@ -3,9 +3,10 @@
This inspection reports classes which do not have a logger declared.
Ensuring that every class has a dedicated logger is an important step in providing a unified logging
implementation for an application. Interfaces, enumerations, annotations, inner classes, and abstract classes are not reported by this inspection.
<!-- tooltip end -->
<p>
Use the field below to specify the name of the class which will be used for logging in this project.
Classes which do not declare a field of that class will be reported by this inspection.
Use the table below to specify below to specify Logger class names.
Classes which do not declare a field with the type of one of the classes specified, will be reported by this inspection.
<p>
<small>Powered by InspectionGadgets</small>
</body>