mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix documentation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user