Skip to content

LeaseAwareVaultPropertySource assertion mixup between variables and text #928

@smurf667

Description

@smurf667

Looking at release 3.2.0, it seems to me that here text and variable have been mixed up:

Assert.notNull(secretLeaseContainer, "Path name must contain at least one character");
Assert.notNull(requestedSecret, "SecretLeaseContainer must not be null");

Should be a simple thing of switch either the text or the variables around.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions