-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Minor fixes to documentation #13412
Minor fixes to documentation #13412
Conversation
Thanks for this change @piyushghai. Surrounding the classpath for java with quotes allows for users to run this on a wide variety of shells. The previous implementation without the quotes only works for bash. I have tested this on zsh, bash, sh, csh, tcsh, ksh. Running this command will prevent any errors for developers on these shells (and many more I presume). |
@mxnet-label-bot add [java, doc, pr-awaiting-review] |
Pom file changes LGTM |
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.
LGTM
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.
LGTM
Description
Small fixes to Java documentation.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
@lanking520 @andrewfayres