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.