Skip to content

Conversation

daymxn
Copy link
Member

@daymxn daymxn commented Nov 4, 2022

Per b/257285420, this fixes the @NonNull and @Nullable annotation links in the Dackka output redirecting to a 404 page.

This occurred because those annotations were being provided by androidx.annotation, wheres we don't actually have any androidx package-list files for our external links during doc generation. Looking through the source, the only public API that even uses androidx seems to be pulling from the annotation artifact- so instead of creating a new file for it, I just added a reference to androidx.annotation below our already existing android.annotation in our package-list files.

@daymxn daymxn requested review from rlazo and vkryachko November 4, 2022 17:34
@daymxn daymxn self-assigned this Nov 4, 2022
@daymxn daymxn closed this Nov 7, 2022
@daymxn daymxn reopened this Nov 7, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 7, 2022

Unit Test Results

   395 files  ±0     395 suites  ±0   18m 58s ⏱️ -44s
4 730 tests ±0  4 708 ✔️ ±0  22 💤 ±0  0 ±0 
4 746 runs  ±0  4 724 ✔️ ±0  22 💤 ±0  0 ±0 

Results for commit a906e82. ± Comparison against base commit 82dc688.

♻️ This comment has been updated with latest results.

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Nov 7, 2022

@daymxn daymxn closed this Nov 7, 2022
@daymxn daymxn reopened this Nov 7, 2022
@daymxn daymxn merged commit 31ab674 into master Nov 8, 2022
@daymxn daymxn deleted the daymon-fix-nonnull-annotation-links branch November 8, 2022 17:47
davidmotson pushed a commit that referenced this pull request Nov 28, 2022
@firebase firebase locked and limited conversation to collaborators Dec 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.