Add missing license headers
[vpnservice.git] / bgpmanager / bgpmanager-impl / src / test / java / org / opendaylight / vpnservice / bgpmanager / test / MockFibManager.java
index dfbbf95c08b4b9bca1abcd6d2ba1a1ade501c1a9..cfe833abff2700720d91a6cf69f140a97fbb4de2 100644 (file)
@@ -1,4 +1,11 @@
-package org.opendaylight.vpnservice.test;
+/*
+ * Copyright (c) 2015 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.bgpmanager.test;
 
 import java.util.Collection;
 
@@ -55,7 +62,7 @@ public class MockFibManager extends AbstractMockFibManager<VrfEntry> {
                     }
                     break;
                 default:
-                    throw new IllegalArgumentException("Unhandled modification type " + mod.getModificationType());
+                    throw new IllegalArgumentException("Unhandled modification  type " + mod.getModificationType());
                 }
             }
      }