Remove yang-test
[controller.git] / opendaylight / config / config-api / src / test / java / org / opendaylight / controller / config / api / jmx / CommitStatusTest.java
index cb8271a581781ae94ac90ac577255128e6db4f1a..abea9c5afd5577df86706644a7ab57cd9ce3625b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014, 2017 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 package org.opendaylight.controller.config.api.jmx;
 
 import java.util.ArrayList;
@@ -18,6 +26,7 @@ public class CommitStatusTest {
         reusedInst.add(new ObjectName("o2: key = val"));
         recreatedInst.add(new ObjectName("o3: key = k"));
     }
+
     @Test
     public void testCommitStatus() throws Exception {
         CommitStatus status = new CommitStatus(newInst, reusedInst, recreatedInst);