Skip to content

Commit c22ae34

Browse files
Fix Javadoc
1 parent 66c383f commit c22ae34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cf-java-logging-support-servlet/src/main/java/com/sap/hcp/cf/logging/servlet/filter/DynamicLogLevelFilter.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
* Setup and processing of these tokens can be changed with own implementations
2828
* of {@link DynamicLogLevelConfiguration} and {@link DynamicLogLevelProcessor}.
2929
* For integration provide a subclass of {@link DynamicLogLevelFilter} and
30-
* overwrite {@link DynamicLogLevelFilter#getDynLogConfiguration()} and
31-
* {@link DynamicLogLevelFilter#getDynLogLevelProcessor()}. Alternatively you
32-
* can use the different constructors to provide a custom configuration and
33-
* processor
30+
* overwrite {@link DynamicLogLevelFilter#getConfiguration()} and
31+
* {@link DynamicLogLevelFilter#getProcessor()}. Alternatively you can use the
32+
* different constructors to provide a custom configuration and processor
3433
* </p>
3534
*/
3635
public class DynamicLogLevelFilter extends AbstractLoggingFilter {

cf-java-logging-support-servlet/src/main/java/com/sap/hcp/cf/logging/servlet/filter/RequestLoggingFilter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* a default constructor to support web.xml configuration. You can customize the
2929
* filter by creating your own subclass of {@link CompositeFilter} and mix and
3030
* match any of the provided filters and add your own implementation:
31+
* </p>
3132
* <ul>
3233
* <li>{@link AddVcapEnvironmentToLogContextFilter} provide application metadata
3334
* (app_id, app_name, ...) from environment</li>
@@ -40,7 +41,7 @@
4041
* <li>{@link GenerateRequestLogFilter} instruments the request to generate the
4142
* final request log</li>
4243
* </ul>
43-
* </p>
44+
*
4445
*/
4546
public class RequestLoggingFilter extends CompositeFilter {
4647

0 commit comments

Comments
 (0)