X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fbabel.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fbabel%2Fxml%2Fgenerator%2FModelGenerator.java;h=8daa16555680696ea611cbc9899c3a4ed08bb4fe;hp=bbd1ff358b45a70420a62994bb22ca685c88382e;hb=d2215b5d8b6c8976a9540a9e4706c7bebca80aa2;hpb=6c585913c11b2e1973bfcd0d7671d4114e1c3e66 diff --git a/src/main/java/org/onap/aai/babel/xml/generator/ModelGenerator.java b/src/main/java/org/onap/aai/babel/xml/generator/ModelGenerator.java index bbd1ff3..8daa165 100644 --- a/src/main/java/org/onap/aai/babel/xml/generator/ModelGenerator.java +++ b/src/main/java/org/onap/aai/babel/xml/generator/ModelGenerator.java @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017-2019 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017-2019 European Software Marketing Ltd. + * Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved. + * Copyright (c) 2017-2019 European Software Marketing Ltd. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -43,7 +43,6 @@ import org.onap.aai.cl.api.Logger; */ public class ModelGenerator implements ArtifactGenerator { - private static final Logger logger = LogHelper.INSTANCE; private static final String VERSION_DELIMITER = "."; @@ -55,10 +54,10 @@ public class ModelGenerator implements ArtifactGenerator { * * @param csarArchive * @param csarArtifacts - * the input artifacts + * the input artifacts * @return {@link List} of output artifacts * @throws XmlArtifactGenerationException - * if there is an error trying to generate XML artifacts + * if there is an error trying to generate XML artifacts */ @Override public List generateArtifacts(byte[] csarArchive, List csarArtifacts) @@ -94,11 +93,11 @@ public class ModelGenerator implements ArtifactGenerator { * Creates an instance of an input artifact for the generator. * * @param payload - * the payload downloaded from SDC + * the payload downloaded from SDC * @param artifactName - * name of the artifact to create + * name of the artifact to create * @param artifactVersion - * version of the artifact to create + * version of the artifact to create * @return an {@link Artifact} object constructed from the payload and artifactInfo */ public static Artifact createArtifact(byte[] payload, String artifactName, String artifactVersion) {