We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f59a96 + fdc0d70 commit d09bf95Copy full SHA for d09bf95
java/src/main/java/com/cybersource/ws/client/Identity.java
@@ -128,7 +128,7 @@ public boolean isValid(File keyFile) {
128
if (!changeKeyFileStatus) {
129
130
logger.log(Logger.LT_INFO, "Key file changed");
131
- logger.log(Logger.LT_INFO, "Timestamp of current key file:"+this.lastModifiedDate);
+ logger.log(Logger.LT_INFO, "Timestamp of current key file:"+keyFile.lastModified());
132
}
133
return changeKeyFileStatus;
134
0 commit comments