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

Replace {@link ThreadSafeTypeParameter} with {@code ThreadSafeTypeParameter} #4558

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

Replace {@link ThreadSafeTypeParameter} with {@code ThreadSafeTypeParameter}

The external build puts type annotations in a separate artifact, this fixes:

Error:  /home/runner/work/error-prone/error-prone/annotations/src/main/java/com/google/errorprone/annotations/ThreadSafe.java:89: error: reference not found
Error:   * {@link ThreadSafeTypeParameter} javadoc.
Error:            ^

…Parameter}`

The external build puts type annotations in a separate artifact, this fixes:

```
Error:  /home/runner/work/error-prone/error-prone/annotations/src/main/java/com/google/errorprone/annotations/ThreadSafe.java:89: error: reference not found
Error:   * {@link ThreadSafeTypeParameter} javadoc.
Error:            ^
```
PiperOrigin-RevId: 668526430
@copybara-service copybara-service bot merged commit 5bf91fb into master Aug 28, 2024
@copybara-service copybara-service bot deleted the test_668510164 branch August 28, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant