Fix Javadoc typos.

This commit is contained in:
Gary Gregory 2017-11-15 21:07:14 -07:00
parent f7cbda6751
commit 6049e77fdc
1 changed files with 2 additions and 2 deletions

View File

@ -1551,7 +1551,7 @@ public class SystemUtils {
/**
* 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 @@ public class SystemUtils {
/**
* 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) {