Merge "Terminate SLAVE task before sending role change"
[openflowplugin.git] / applications / topology-manager / src / test / java / org / opendaylight / openflowplugin / applications / topology / manager / OperationProcessorTest.java
index 68a6db2b64c120df9f71ff74f3f08c64ceec1e93..a1eb97979b958749ac62fa54d0927de0c1f5cb17 100644 (file)
@@ -1,6 +1,14 @@
+/*
+ * Copyright (c) 2016 Pantheon Technologies s.r.o. 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.openflowplugin.applications.topology.manager;
 
 import static org.mockito.Mockito.times;
+
 import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;
@@ -53,4 +61,4 @@ public class OperationProcessorTest {
     }
 
 
-}
\ No newline at end of file
+}