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

fix: use NullOutputStream.NULL_OUTPUT_STREAM rather than NullOutputStream.INSTANCE #256

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

Jamalam360
Copy link

Fixes an issue I was encountering where NullOutputStream.INSTANCE did not exist - unsure why it did not, but this change doesn't change anything since INSTANCE and NULL_OUTPUT_STREAM are equivalent. Other parts of the code base already use NULL_OUTPUT_STREAM

…ream.INSTANCE

Fixes an issue I was encountering where NullOutputStream.INSTANCE did not exist - unsure why it did not, but this change doesn't change anything since INSTANCE and NULL_OUTPUT_STREAM are the same, and other parts of the code base already use NULL_OUTPUT_STREAM
@dima-dencep
Copy link

Also faced with this issue, are there any workarounds?

@shedaniel shedaniel merged commit 24c8201 into architectury:dev/1.9 Dec 24, 2024
116 of 117 checks passed
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.

3 participants