Fix ConcurrentModificationEx in RpcRegistry.onBucketsUpdated
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / main / java / org / opendaylight / controller / remote / rpc / RemoteRpcImplementation.java
index 2886fd987918a99cbe90b5144914439d9d1dc1be..f80aae4fe2d922c85e8d9dc9841b87ff56e9c495 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014, 2015 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.remote.rpc;
 
 import static akka.pattern.Patterns.ask;