Merge "Increase timeout for waiting for broker service in sal-binding-it."
[controller.git] / opendaylight / md-sal / forwardingrules-manager / src / main / java / org / opendaylight / controller / frm / flow / FlowCommitHandler.xtend
index 03095faaf1973aa9a3070508192fe7aea3f75a9b..188bfcd3ef979c5519f62d31fc7b2b2504ca39e6 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.frm.flow
 
 import org.opendaylight.controller.md.sal.common.api.data.DataCommitHandler
@@ -19,4 +26,4 @@ class FlowCommitHandler implements DataCommitHandler<InstanceIdentifier<? extend
         return new FlowTransaction(modification,salFlowService);
     }
     
-}
\ No newline at end of file
+}