-
Notifications
You must be signed in to change notification settings - Fork 23
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
#531: prevent logging from context constructor #559
Conversation
Waiting for team review... |
Pull Request Test Coverage Report for Build 10582151471Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your addition of the IdeStartContext. I've added some small CR's but I think overall this is ready to merge.
cli/src/main/java/com/devonfw/tools/ide/context/IdeStartContext.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/context/IdeStartContextmpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the missing javadoc and fixing the typo. Ready for merge.
fixes #531