X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=neutron-mapper%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fgroupbasedpolicy%2Fneutron%2Fmapper%2Finfrastructure%2FRouter.java;h=7d47714169b1a90da15d710fd1f714823521db27;hb=a9bd8422c243c20b949f9c9077f57ec3aceced42;hp=835a8e15f02a1ff6d4ebef465d7e9478fe63e54a;hpb=b6f0dde172664d17df339e9dc057162f66fbdc7e;p=groupbasedpolicy.git diff --git a/neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/infrastructure/Router.java b/neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/infrastructure/Router.java index 835a8e15f..7d4771416 100644 --- a/neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/infrastructure/Router.java +++ b/neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/infrastructure/Router.java @@ -1,3 +1,11 @@ +/* + * 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.groupbasedpolicy.neutron.mapper.infrastructure; import java.util.ArrayList; @@ -152,7 +160,7 @@ public class Router { /** * puts clause with {@link L3EndpointIdentificationConstraints} in {@link ConsumerMatchers} * and {@link ProviderMatchers}. This clause points to subject in {@link #CONTRACT}. - * + * * @param tenantId location of {@link #CONTRACT} * @param ipPrefix used in {@link L3EndpointIdentificationConstraints} * @param wTx transaction where entities are written @@ -200,7 +208,7 @@ public class Router { /** * Puts router entities (classifier-instances, {@link #CONTRACT} and {@link #EPG}) to * {@link LogicalDatastoreType#CONFIGURATION} - * + * * @param tenantId location of router entities * @param wTx transaction where router entities are written */