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

refactoring #189

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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)
@@ -65,127 +65,154 @@ void init(PrintStream streamForCurrentThread) {
*/
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.

None yet

3 participants