Untitled
unknown
plain_text
2 years ago
418 B
11
Indexable
if (sftpSuccessFlag) {
// Webservice call
LOG.info("Inside WS call method " + sftpSuccessFlag);
descResponse = ParsingUtil.callAIPWS(rb, aipRole, empID, fileName, reportName,
LiteralConstants.AIP_EXPIRY_DAYS, aipWSURL);
LOG.info("In callAIPMethods - WS Response : " + descResponse);
}
For the above java code I'm getting the "Dead Code: Expression is Always true" issue, solution pleaseEditor is loading...
Leave a Comment