Skip to content

Commit

Permalink
Fix javadoc errors in InMemoryAppenderExtension (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight authored Feb 7, 2024
1 parent b0f10b9 commit d2d817e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ public InMemoryAppenderExtension(Class<?> loggerClass, String appenderName) {
* .withLogbackConfigFilePath("acme-logback-test.xml");
* </pre>
*
* @param logbackConfigFilePath
* @param logbackConfigFilePath the location of the custom Logback configuration file
* @return this extension, so this can be chained after the constructor
* @see https://github.com/kiwiproject/kiwi-test/issues/457
* @see <a href="https://github.com/kiwiproject/kiwi-test/issues/457">Tests failing because Logback appenders don't exist (#457)</a>
*/
public InMemoryAppenderExtension withLogbackConfigFilePath(String logbackConfigFilePath) {
this.logbackConfigFilePath = logbackConfigFilePath;
Expand Down

0 comments on commit d2d817e

Please sign in to comment.