Added support for using oauth token for Kafka
[nonrtric/plt/ranpm.git] / datafilecollector / src / test / java / org / oran / datafile / utils / JsonMessage.java
@@ -1,6 +1,6 @@
 /*-
  * ============LICENSE_START=======================================================
- * 2018-2019 Nordix Foundation. All rights reserved.
+ * Copyright (C) 2018-2023 Nordix Foundation. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
  * ============LICENSE_END=========================================================
  */
 
-package org.onap.dcaegen2.collectors.datafile.utils;
+package org.oran.datafile.utils;
 
 import java.util.ArrayList;
 import java.util.Iterator;
@@ -26,9 +26,6 @@ import java.util.List;
 
 /**
  * Utility class to produce correctly formatted fileReady event Json messages.
- *
- * @author <a href="mailto:henrik.b.andersson@est.tech">Henrik Andersson</a> on 7/25/18
- *
  */
 public class JsonMessage {
     private String eventName;
@@ -229,7 +226,8 @@ public class JsonMessage {
     }
 
     /**
-     * Can be used to produce a correct test Json message. Tip! Check the formatting with
+     * Can be used to produce a correct test Json message. Tip! Check the formatting
+     * with
      * <a href="https://jsonformatter.org/">Json formatter</a>
      *
      * @param args Not used