Skip to content

Commit 92668da

Browse files
committed
Remove Errant Todo
This commit removes an errant todo.
1 parent eb9773e commit 92668da

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)