We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have this code
void process( Map.@NonNull Entry<String, SkeletonConfiguration> entry, @NonNull Map<String, Object> context ) {
but prettier java is turning it into this.
void process( Map.@NonNullEntry<String, SkeletonConfiguration> entry, @NonNull Map<String, Object> context ) {
The text was updated successfully, but these errors were encountered:
Thank you for reporting this, I will try to take a look at it this week
Sorry, something went wrong.
Hi @xenoterracide !
I definitively took longer than a week to deep dive in the issue, sorry for the delay 😕
I opened up a PR that should fix it. If everything is ok, I will merge it and release a new version of the lib
Successfully merging a pull request may close this issue.
I have this code
but prettier java is turning it into this.
The text was updated successfully, but these errors were encountered: