Commit 5bf91fb
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
1 parent a5a7189 commit 5bf91fb
File tree
1 file changed
+1
-1
lines changed- annotations/src/main/java/com/google/errorprone/annotations
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments