Skip to content

Commit 02adcd1

Browse files
committed
Polishing
Add whitespace to exception message
1 parent 494d11d commit 02adcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-vault-core/src/main/java/org/springframework/vault/core/lease/SecretLeaseContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ protected Lease doRenewLease(RequestedSecret requestedSecret, Lease lease) {
676676
onLeaseExpired(requestedSecret, lease);
677677
}
678678

679-
exceptionToUse = new VaultException(String.format("Cannot renew lease: Status %s %s%s",
679+
exceptionToUse = new VaultException(String.format("Cannot renew lease: Status %s %s %s",
680680
httpException.getRawStatusCode(), httpException.getStatusText(),
681681
VaultResponses.getError(httpException.getResponseBodyAsString())), e);
682682
}

0 commit comments

Comments
 (0)