mirror of
https://github.com/google/nomulus
synced 2026-08-29 12:17:06 +00:00
Clean up misc Javadoc and deprecation warnings
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136156922
This commit is contained in:
@@ -54,7 +54,7 @@ public final class DomainApplicationSubject
|
||||
ImmutableSet.copyOf(actual().getEncodedSignedMarks()),
|
||||
ImmutableSet.of(encodedSignedMarks))) {
|
||||
assertThat(actual().getEncodedSignedMarks())
|
||||
.named("the encoded signed marks of " + getDisplaySubject())
|
||||
.named("the encoded signed marks of " + actualAsString())
|
||||
.containsExactly((Object[]) encodedSignedMarks);
|
||||
}
|
||||
return andChainer();
|
||||
|
||||
Reference in New Issue
Block a user