Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
KarstenSchnitter committed Dec 15, 2020
1 parent 66c383f commit c22ae34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
* Setup and processing of these tokens can be changed with own implementations
* of {@link DynamicLogLevelConfiguration} and {@link DynamicLogLevelProcessor}.
* For integration provide a subclass of {@link DynamicLogLevelFilter} and
* overwrite {@link DynamicLogLevelFilter#getDynLogConfiguration()} and
* {@link DynamicLogLevelFilter#getDynLogLevelProcessor()}. Alternatively you
* can use the different constructors to provide a custom configuration and
* processor
* overwrite {@link DynamicLogLevelFilter#getConfiguration()} and
* {@link DynamicLogLevelFilter#getProcessor()}. Alternatively you can use the
* different constructors to provide a custom configuration and processor
* </p>
*/
public class DynamicLogLevelFilter extends AbstractLoggingFilter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* a default constructor to support web.xml configuration. You can customize the
* filter by creating your own subclass of {@link CompositeFilter} and mix and
* match any of the provided filters and add your own implementation:
* </p>
* <ul>
* <li>{@link AddVcapEnvironmentToLogContextFilter} provide application metadata
* (app_id, app_name, ...) from environment</li>
Expand All @@ -40,7 +41,7 @@
* <li>{@link GenerateRequestLogFilter} instruments the request to generate the
* final request log</li>
* </ul>
* </p>
*
*/
public class RequestLoggingFilter extends CompositeFilter {

Expand Down

0 comments on commit c22ae34

Please sign in to comment.