Fix TestBundleDiag javadoc 56/108056/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Sep 2023 13:55:05 +0000 (15:55 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Sep 2023 14:20:33 +0000 (16:20 +0200)
Java 21's javadoc is complaining about a misplaced @author tag, fix
that.

Change-Id: I1cc1555387d5916014b3db64b8d185ea983c2a0e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bundles-test-lib/src/main/java/org/opendaylight/odlparent/bundlestest/lib/TestBundleDiag.java

index cbe21e1bee9100e0f190740cae095c96d64f7bb2..75c149834d6e074ebc614bcbd4d0d902304f222e 100644 (file)
@@ -22,7 +22,7 @@ import org.slf4j.LoggerFactory;
 /**
  * Utility to verify bundle diagnostic state.
  *
- * @author Michael Vorburger.ch
+ * @author Michael Vorburger.ch, based on guidance from Christian Schneider
  */
 public class TestBundleDiag {
     private static final Logger LOG = LoggerFactory.getLogger(TestBundleDiag.class);
@@ -44,8 +44,6 @@ public class TestBundleDiag {
      * will have a separate BundleStateService.  The BundleService however will contain the combined status of all
      * BundleStateServices.
      *
-     *
-     * @author Michael Vorburger, based on guidance from Christian Schneider
      * @param timeout maximum time to wait for bundles to settle
      * @param timeoutUnit time unit of timeout
      * @throws SystemStateFailureException if all bundles do not settle within the timeout period