mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-13 13:35:13 +00:00
Fix Javadoc typos.
This commit is contained in:
parent
f7cbda6751
commit
6049e77fdc
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user