Details
-
Improvement
-
Status: Patch Available
-
Trivial
-
Resolution: Unresolved
-
2.4.0
-
None
-
None
Description
before:
LOG.info("timeStampVal = " + timeStampVal + "and currentDeltaSyncTime = " + currentDeltaSyncTime);
after:
LOG.info("timeStampVal = " + timeStampVal + " and currentDeltaSyncTime = " + currentDeltaSyncTime);