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

Reference to Record is ambiguous #965

Closed
EdwinFajardoBarrera opened this issue Dec 22, 2021 · 2 comments · Fixed by #966
Closed

Reference to Record is ambiguous #965

EdwinFajardoBarrera opened this issue Dec 22, 2021 · 2 comments · Fixed by #966

Comments

@EdwinFajardoBarrera
Copy link
Contributor

In newer compilers, it marks an ambiguous reference error (TopicController.java):

both class org.akhq.models.Record in org.akhq.models and class java.lang.Record in java.lang match

It could be caught by importing org.akhq.models.Record;

image

@EdwinFajardoBarrera
Copy link
Contributor Author

@tchiotludo can I submit a PR with the solution?

EdwinFajardoBarrera added a commit to EdwinFajardoBarrera/akhq that referenced this issue Dec 22, 2021
@tchiotludo
Copy link
Owner

Yes you can, automatic clean for idea remove them always 😕

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 a pull request may close this issue.

2 participants