Removing deprecated DMAAP library
[policy/drools-pdp.git] / feature-pooling-messages / src / test / java / org / onap / policy / drools / pooling / message / SupportBasicMessageTester.java
@@ -3,6 +3,7 @@
  * ONAP
  * ================================================================================
  * Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2024 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 package org.onap.policy.drools.pooling.message;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNull;
-import static org.junit.Assert.fail;
+import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertNull;
+import static org.junit.jupiter.api.Assertions.fail;
 
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
 import org.onap.policy.drools.pooling.PoolingFeatureException;
 import org.onap.policy.drools.pooling.Serializer;
 
@@ -188,7 +189,7 @@ public abstract class SupportBasicMessageTester<T extends Message> {
     /**
      * Makes a message that will pass the validity check. Note: this should use
      * the non-default constructor, and the source and channel should be set to
-     * {@link VALID_HOST} and {@link VALID_CHANNEL}, respectively.
+     * VALID_HOST and VALID_CHANNEL, respectively.
      * 
      * @return a valid Message
      */