Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🏗 Ensure private fields don't use bad annotations. #15075

Merged
merged 1 commit into from
May 4, 2018

Conversation

jridgewell
Copy link
Contributor

Checks that @visibleForTestings aren't used in the class,
and that @restricteds are used in the file but not in the class.

Checks that `@visibleForTesting`s aren't used in the class,
and that `@restricteds` are used in the file but not in the class.
@jridgewell jridgewell merged commit 9ea4268 into ampproject:master May 4, 2018
@jridgewell jridgewell deleted the private-useage branch May 4, 2018 18:08
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request May 10, 2018
Checks that `@visibleForTesting`s aren't used in the class,
and that `@restricteds` are used in the file but not in the class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants