[MSHARED-860] deprecated Windows 9X CommandShell by elharo · Pull Request #20 · apache/maven-shared-utils (original) (raw)
| * |
|---|
| * Class that abstracts the Shell functionality, |
| * with subclases for shells that behave particularly, like |
| * with subclasses for shells that behave particularly, like |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Javadoc 8 will probably bug you for this. They expect <p> only.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
| /** |
|---|
| * |
| * Implementation to call the CMD Shell present on Windows NT, 2000 and XP |
| * Implementation to call the CMD Shell present on Windows NT, 2000, X, 7, and 10. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
X => XP
As well as Windows 8
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| * |
|---|
| * @author Carlos Sanchez |
| * |
| * @deprecated Windows Me is long dead. Update to Windows 10 and use {@link CmdShell}. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was Windows ME. Horrible OS.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})