Rename Label package name to match the regular expression 69/31969/3
authorClaudio D. Gasparini <cgaspari@cisco.com>
Wed, 30 Dec 2015 22:48:55 +0000 (23:48 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 4 Jan 2016 09:05:45 +0000 (09:05 +0000)
Change-Id: I31996acbcca5b3e247c977a3615f2b4050670488
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/RSVPActivator.java
rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/label/GeneralizedLabelParser.java [moved from rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/Label/GeneralizedLabelParser.java with 97% similarity]
rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/label/LabelUtil.java [moved from rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/Label/LabelUtil.java with 94% similarity]
rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/label/Type1LabelParser.java [moved from rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/Label/Type1LabelParser.java with 97% similarity]
rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/label/WavebandSwitchingLabelParser.java [moved from rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/Label/WavebandSwitchingLabelParser.java with 98% similarity]
rsvp/impl/src/test/java/org/opendaylight/protocol/rsvp/parser/impl/LabelSubobjectParserTest.java

index b7091b9b5ebb734012daa14cea0654d78d4e3551..5563eeafb7e7d374cd3dd7a4e5093870f493e21c 100644 (file)
@@ -10,9 +10,6 @@ package org.opendaylight.protocol.rsvp.parser.impl;
 
 import java.util.ArrayList;
 import java.util.List;
-import org.opendaylight.protocol.rsvp.parser.impl.subobject.Label.GeneralizedLabelParser;
-import org.opendaylight.protocol.rsvp.parser.impl.subobject.Label.Type1LabelParser;
-import org.opendaylight.protocol.rsvp.parser.impl.subobject.Label.WavebandSwitchingLabelParser;
 import org.opendaylight.protocol.rsvp.parser.impl.subobject.ero.EROAsNumberSubobjectParser;
 import org.opendaylight.protocol.rsvp.parser.impl.subobject.ero.EROIpv4PrefixSubobjectParser;
 import org.opendaylight.protocol.rsvp.parser.impl.subobject.ero.EROIpv6PrefixSubobjectParser;
@@ -22,6 +19,9 @@ import org.opendaylight.protocol.rsvp.parser.impl.subobject.ero.EROPathKey32Subo
 import org.opendaylight.protocol.rsvp.parser.impl.subobject.ero.EROUnnumberedInterfaceSubobjectParser;
 import org.opendaylight.protocol.rsvp.parser.impl.subobject.ero.SEROBasicProtectionSubobjectParser;
 import org.opendaylight.protocol.rsvp.parser.impl.subobject.ero.SERODynamicProtectionSubobjectParser;
+import org.opendaylight.protocol.rsvp.parser.impl.subobject.label.GeneralizedLabelParser;
+import org.opendaylight.protocol.rsvp.parser.impl.subobject.label.Type1LabelParser;
+import org.opendaylight.protocol.rsvp.parser.impl.subobject.label.WavebandSwitchingLabelParser;
 import org.opendaylight.protocol.rsvp.parser.impl.subobject.rro.RROIpv4PrefixSubobjectParser;
 import org.opendaylight.protocol.rsvp.parser.impl.subobject.rro.RROIpv6PrefixSubobjectParser;
 import org.opendaylight.protocol.rsvp.parser.impl.subobject.rro.RROLabelSubobjectParser;
similarity index 97%
rename from rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/Label/GeneralizedLabelParser.java
rename to rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/label/GeneralizedLabelParser.java
index ec44a6fef8ad178d414dad511a85d93423a1e3ee..05882ee9998aff6187c8fa5f496308c5d4afa6ab 100644 (file)
@@ -6,7 +6,7 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.protocol.rsvp.parser.impl.subobject.Label;
+package org.opendaylight.protocol.rsvp.parser.impl.subobject.label;
 
 import com.google.common.base.Preconditions;
 import io.netty.buffer.ByteBuf;
similarity index 94%
rename from rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/Label/LabelUtil.java
rename to rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/label/LabelUtil.java
index 2bff5fd43ad18a3f937dd99f4d71479209eca142..373123ad70e8f2f88a880adb3140f8014dd9f0b6 100644 (file)
@@ -6,7 +6,7 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.protocol.rsvp.parser.impl.subobject.Label;
+package org.opendaylight.protocol.rsvp.parser.impl.subobject.label;
 
 import io.netty.buffer.ByteBuf;
 import org.opendaylight.protocol.util.BitArray;
similarity index 97%
rename from rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/Label/Type1LabelParser.java
rename to rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/label/Type1LabelParser.java
index 2e3c9670a4601902ed0695a445c75ad080932fce..10fbd04803728626a0070a92e6b14ca83f7d172b 100644 (file)
@@ -6,7 +6,7 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.protocol.rsvp.parser.impl.subobject.Label;
+package org.opendaylight.protocol.rsvp.parser.impl.subobject.label;
 
 import static org.opendaylight.protocol.util.ByteBufWriteUtil.writeUnsignedInt;
 
@@ -6,7 +6,7 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.protocol.rsvp.parser.impl.subobject.Label;
+package org.opendaylight.protocol.rsvp.parser.impl.subobject.label;
 
 import static org.opendaylight.protocol.util.ByteBufWriteUtil.writeUnsignedInt;
 
index 57122b7598a98089b9308019a9e686c4b7f7b409..75874ae3e9d7562ad0a422b3ef63e03e30a93dcf 100644 (file)
@@ -14,9 +14,9 @@ import static org.junit.Assert.fail;
 import io.netty.buffer.ByteBuf;
 import io.netty.buffer.Unpooled;
 import org.junit.Test;
-import org.opendaylight.protocol.rsvp.parser.impl.subobject.Label.GeneralizedLabelParser;
-import org.opendaylight.protocol.rsvp.parser.impl.subobject.Label.Type1LabelParser;
-import org.opendaylight.protocol.rsvp.parser.impl.subobject.Label.WavebandSwitchingLabelParser;
+import org.opendaylight.protocol.rsvp.parser.impl.subobject.label.GeneralizedLabelParser;
+import org.opendaylight.protocol.rsvp.parser.impl.subobject.label.Type1LabelParser;
+import org.opendaylight.protocol.rsvp.parser.impl.subobject.label.WavebandSwitchingLabelParser;
 import org.opendaylight.protocol.rsvp.parser.spi.RSVPParsingException;
 import org.opendaylight.protocol.util.ByteArray;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.subobject.label.type.GeneralizedLabelCaseBuilder;