Skip to content

Commit

Permalink
Docs: remove confusing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Feb 9, 2024
1 parent 4793c9f commit c72d357
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
* In case of failure, this test uses the ResetLogbackLoggingExtension to restore
* the Logback logging configuration. However, since that extension simply uses
* {@link LogbackTestHelpers}, it might not work if there is actually a bug and
* is therefore a bit circular. But, since it uses {@link LogbackTestHelpers#resetLogback(String)}
* with {@link ch.qos.logback.classic.ClassicConstants#TEST_AUTOCONFIG_FILE} as its
* argument, instead of the no-arg method, it is slightly different from here.
* is therefore a bit circular.
*/
@DisplayName("LogbackTestHelpers (Integration Test)")
@ExtendWith(DropwizardExtensionsSupport.class)
Expand Down

0 comments on commit c72d357

Please sign in to comment.