From c72d357bc52b96f757eaa5bfa050c0eeb7e18c83 Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:20:40 -0500 Subject: [PATCH] Docs: remove confusing javadoc --- .../test/logback/LogbackTestHelpersIntegrationTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/java/org/kiwiproject/test/logback/LogbackTestHelpersIntegrationTest.java b/src/test/java/org/kiwiproject/test/logback/LogbackTestHelpersIntegrationTest.java index b24619e..2a6e2af 100644 --- a/src/test/java/org/kiwiproject/test/logback/LogbackTestHelpersIntegrationTest.java +++ b/src/test/java/org/kiwiproject/test/logback/LogbackTestHelpersIntegrationTest.java @@ -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)