Add missing license headers
[vpnservice.git] / interfacemgr / interfacemgr-impl / src / test / java / org / opendaylight / vpnservice / interfacemgr / test / TopologyStateInterfaceTest.java
index a2b6a9ec35f1bea0ee87b73a1788472323395cfc..6dfe373510c8c8e0764ad1e80fec21129f8b267f 100644 (file)
@@ -1,5 +1,9 @@
-/**
- * Created by eranjsu on 28-Dec-15.
+/*
+ * Copyright (c) 2015, 2016 Ericsson India Global Services Pvt Ltd. 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.vpnservice.interfacemgr.test;
 
@@ -194,7 +198,7 @@ public class TopologyStateInterfaceTest {
         doReturn(Futures.immediateCheckedFuture(expectedInterface)).when(mockReadTx).read(
                 LogicalDatastoreType.OPERATIONAL, interfaceStateIdentifier);
         updateHelper.updateTunnelState(dataBroker, newTerminationPoint, null);
-        
+
         //verify
         InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface> ifStateId =
                 IfmUtil.buildStateInterfaceId(null);