Skip to content

Commit

Permalink
Add @Restricted(NoExternalUse.class) instead of @VisibleForTesting
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Aug 28, 2021
1 parent a642805 commit f740bc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public boolean isActivated() {
/**
* @return data holding the list of jobs to warn.
*/
@Restricted(NoExternalUse.class)
/* Visible for testing */ LegacyMonitorData getData() {
return data;
}
Expand Down

0 comments on commit f740bc1

Please sign in to comment.