Fix sonar issues
[aai/babel.git] / src / main / java / org / onap / aai / babel / csar / CsarToXmlConverter.java
index 18d294e..c38e730 100644 (file)
@@ -79,8 +79,6 @@ public class CsarToXmlConverter {
         } catch (XmlArtifactGenerationException e) {
             throw new CsarConverterException(
                     "An error occurred trying to generate XML files from a collection of YAML files : " + e);
-        } finally {
-
         }
 
         return xmlArtifacts;