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

api: Expose ComponentLike -> Component conversion method #327

Merged
merged 1 commit into from May 13, 2021

Conversation

kashike
Copy link
Member

@kashike kashike commented Apr 8, 2021

No description provided.

Copy link

@octylFractal octylFractal left a comment

Choose a reason for hiding this comment

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

kewl

@kashike kashike force-pushed the feature/expose-clc branch 2 times, most recently from cbcf57f to facc2f4 Compare May 13, 2021 00:35
@kashike kashike self-assigned this May 13, 2021
@kashike kashike enabled auto-merge May 13, 2021 00:37
components.trimToSize();
}
// if we filtered all elements out, just use an empty list instead
if(components == null || components.isEmpty()) return Collections.emptyList();

Choose a reason for hiding this comment

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

Isn't the latter half of this condition impossible?

@kashike kashike disabled auto-merge May 13, 2021 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants