mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 23:33:36 +02: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:
parent
064026a4a5
commit
67da55536f
4 changed files with 8 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue