X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fforwardingrules-manager%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Ffrm%2Fflow%2FFlowTransaction.xtend;h=26846ad493c15b032026d4c66d1fcad5cf64ab9f;hp=dc2a7ee6f99647106818d9672bca999f87e372c6;hb=386d8f0ac5fa09ee5514d48284f1a4012f408b52;hpb=f8ab6822a30746c21b50fa770a99910dc61e26c7 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 +}