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

Convert java.util.concurrent.TimeUnit to kotlin.time.Duration #496

Closed

Conversation

veyndan
Copy link
Contributor

@veyndan veyndan commented Mar 2, 2023

Test: ./gradlew test connectedCheck
Bug: 270612487

@@ -134,7 +134,7 @@ package androidx.paging {
}

public enum LoadType {
method public static androidx.paging.LoadType valueOf(String value) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;
method public static androidx.paging.LoadType valueOf(String name) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This API change (along with the others) seems to just be a reversion of 110d3a7 from a couple of days ago. I was prompted to run ./gradlew updateApi which resulted in these changes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance you can try to rebase and re-run? GitHub got out of sync for metalava build (which does our api tracking) over night, but should be fixed now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebased! Thanks – after running ./gradlew updateApi again, it undid all the supposed API changes.

@veyndan veyndan force-pushed the 270612487/timeunit-to-duration branch from 94da6ec to ba434ca Compare March 2, 2023 20:19
@claraf3 claraf3 self-requested a review March 3, 2023 18:53
@copybara-service copybara-service bot closed this in 4692e21 Mar 3, 2023
@veyndan veyndan deleted the 270612487/timeunit-to-duration branch March 3, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants