Remove dead path of code 73/55773/1
authorBogumil Zebek <bogumil.zebek@nokia.com>
Wed, 4 Jul 2018 06:52:05 +0000 (08:52 +0200)
committerBogumil Zebek <bogumil.zebek@nokia.com>
Wed, 4 Jul 2018 06:52:05 +0000 (08:52 +0200)
Change-Id: I8fd74ac0b90244f1af2544f243478c5a7de989eb
Issue-ID: AAI-1360
Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
aai-core/src/main/java/org/onap/aai/util/genxsd/XSDElement.java

index 894e752..5008c76 100644 (file)
@@ -58,8 +58,6 @@ public class XSDElement implements Element {
             if ( attrName.equals("type")) {
                if ( attrValue.contains(apiVersionFmt) ) {
                        addType = attrValue.substring(attrValue.lastIndexOf('.')+1);
-                       if ( addTypeV == null ) 
-                               addTypeV = new Vector<String>();
                        addTypeV.add(addType);
                }