Merge "Statistics-Manager - Performance Improvement 1) Introduced statistics request...
[controller.git] / opendaylight / md-sal / forwardingrules-manager / src / main / java / org / opendaylight / controller / frm / flow / FlowTransaction.xtend
index dc2a7ee6f99647106818d9672bca999f87e372c6..26846ad493c15b032026d4c66d1fcad5cf64ab9f 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.frm.AbstractTransaction
@@ -78,4 +85,4 @@ class FlowTransaction extends AbstractTransaction {
     override validate() throws IllegalStateException {
         FlowTransactionValidator.validate(this)
     }  
-}
\ No newline at end of file
+}