Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / apis / hub / model / Event.java
index 8540167..f9fb2a1 100755 (executable)
@@ -10,6 +10,7 @@
  * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations under the License.
  */
+
 package org.onap.nbi.apis.hub.model;
 
 import com.fasterxml.jackson.annotation.JsonFormat;
@@ -17,7 +18,6 @@ import com.fasterxml.jackson.databind.JsonNode;
 import java.util.Date;
 import javax.validation.constraints.NotNull;
 
-
 public class Event {
 
     private java.lang.String eventId;