Fix Javadoc typos.

This commit is contained in:
Gary Gregory 2017-11-15 21:07:14 -07:00
parent f7cbda6751
commit 6049e77fdc

View File

@ -1551,7 +1551,7 @@ private static boolean getJavaVersionMatches(final String versionPrefix) {
/**
* Decides if the operating system matches.
*
* @param osNamePrefix the prefix for the os name
* @param osNamePrefix the prefix for the OS name
* @param osVersionPrefix the prefix for the version
* @return true if matches, or false if not or can't determine
*/
@ -1562,7 +1562,7 @@ private static boolean getOsMatches(final String osNamePrefix, final String osVe
/**
* Decides if the operating system matches.
*
* @param osNamePrefix the prefix for the os name
* @param osNamePrefix the prefix for the OS name
* @return true if matches, or false if not or can't determine
*/
private static boolean getOsMatchesName(final String osNamePrefix) {