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)
commit2124359d01e1d0d404766542290f694068682b79
treef9f9b015baade51d6e36a6a6c55c056defadda92
parentaedbf8c277a7cd8ce50f62532862b862bf9a3a30
Rename Label package name to match the regular expression

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