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

Change fun newBuilder to operator fun invoke #7

Merged
merged 2 commits into from
Jul 23, 2021

Conversation

JavierSegoviaCordoba
Copy link
Collaborator

Instead of

val cache = Cache.Builder.newBuilder().build<Long, String>()

use

val cache = Cache.Builder().build<Long, String>()

@ychescale9 ychescale9 force-pushed the change-newBuilder-to-invoke branch from bc3ec51 to ea91a91 Compare July 23, 2021 08:57
@ychescale9 ychescale9 merged commit 379834a into main Jul 23, 2021
@ychescale9 ychescale9 deleted the change-newBuilder-to-invoke branch July 23, 2021 08:58
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.

2 participants