LOG.error("Unexpected file contents - root tag is "+rootName);
}
- return(mapEntry);
+ return mapEntry;
} else {
LOG.error("Cannot get root tag from file");
- return(null);
+ return null;
}
} catch (Exception e) {
LOG.error("Could not parse YANG_XML file "+spoolFile.getName(), e);
- return(null);
+ return null;
}
}
}
} catch (Exception e) {
LOG.error("Could not process spool file "+artifact.getFile().getName(), e);
- return(DistributionStatusEnum.DEPLOY_ERROR);
+ return DistributionStatusEnum.DEPLOY_ERROR;
}
msgBuffer.append("</input>\n");
- return(deployResult);
+ return deployResult;
}
final IDistributionClient client, final INotificationData data,
final IArtifactInfo relevantArtifact,
final DistributionStatusEnum status) {
- IDistributionStatusMessage statusMessage = new IDistributionStatusMessage() {
+ IDistributionStatusMessage statusMessage = new IDistributionStatusMessage() {
@Override
public long getTimestamp() {