YARN-7664. Several javadoc errors. Contributed by Sean Mackrory.

This commit is contained in:
Akira Ajisaka 2017-12-18 22:52:39 +09:00
parent de2156dc90
commit 01dd11d977
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ public class ResourceUtils {
* Extract unit and actual value from resource value.
* @param resourceValue Value of the resource
* @return Array containing unit and value. [0]=unit, [1]=value
* @throws IllegalArgumentExcpetion if units contain non alpha characters
* @throws IllegalArgumentException if units contain non alpha characters
*/
public static String[] parseResourceValue(String resourceValue) {
String[] resource = new String[2];