X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fforwardingrules-manager%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Ffrm%2Fflow%2FFlowTransaction.xtend;h=26846ad493c15b032026d4c66d1fcad5cf64ab9f;hb=8e654401ca264098b4bcfb25fe1411caed10ebe2;hp=dc2a7ee6f99647106818d9672bca999f87e372c6;hpb=367bff9cd28b0b47cf2c8e4c3f29010b769c190f;p=controller.git diff --git a/opendaylight/md-sal/forwardingrules-manager/src/main/java/org/opendaylight/controller/frm/flow/FlowTransaction.xtend b/opendaylight/md-sal/forwardingrules-manager/src/main/java/org/opendaylight/controller/frm/flow/FlowTransaction.xtend index dc2a7ee6f9..26846ad493 100644 --- a/opendaylight/md-sal/forwardingrules-manager/src/main/java/org/opendaylight/controller/frm/flow/FlowTransaction.xtend +++ b/opendaylight/md-sal/forwardingrules-manager/src/main/java/org/opendaylight/controller/frm/flow/FlowTransaction.xtend @@ -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 +}