Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Conversation

@aanno
Copy link

@aanno aanno commented Apr 30, 2020

Derived from #185:

  • Add missing @OverRide
  • Add missing @FunctionalInterface
  • update to AutoClosable
  • ng-version command not working in development setup
  • NGContext getters (instead of public attributes)
  • add a few flush() where appropriate

…utoClosable, ng-version command not working in development setup, NGContext getters (instead of public attributes)
* @return this thread's PrintStream
*/
PrintStream getPrintStream() {
PrintStream result = (PrintStream) streams.get();
Copy link

@v-jizhang v-jizhang May 27, 2020

Choose a reason for hiding this comment

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

The cast is no longer needed. Other than that everything lgtm.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants