Skip to content

Commit 08a8552

Browse files
committed
Merge branch 'remove-todo'
2 parents eb9773e + 92668da commit 08a8552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/clients/_BatchChangeSecretRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ abstract class _BatchChangeSecretRequest implements IdentityZoned {
3737
@Value.Check
3838
void checkClients() {
3939
if (this.getChangeSecrets().isEmpty()) {
40-
throw new IllegalStateException("Cannot build BatchChangeSecretsRequest, required attribute changeSecret is not set"); //TODO: Validate this ************************
40+
throw new IllegalStateException("Cannot build BatchChangeSecretsRequest, required attribute changeSecret is not set");
4141
}
4242
}
4343

0 commit comments

Comments
 (0)