Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 449463675
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed May 18, 2022
1 parent cf6da94 commit 081549a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ private void clearStreak() {
}

private static final ImmutableSet<String> SUBJECT_CLASS =
ImmutableSet.of(Subject.class.getCanonicalName());
ImmutableSet.of(
Subject.class.getCanonicalName());

private static final ImmutableSet<String> STANDARD_SUBJECT_BUILDER_CLASS =
ImmutableSet.of(StandardSubjectBuilder.class.getCanonicalName());
Expand Down

0 comments on commit 081549a

Please sign in to comment.