Fix javadoc error.

This commit is contained in:
Michael Bayne
2017-02-12 07:46:51 -08:00
parent 84af080b0d
commit 8a36b101bb
@@ -48,7 +48,7 @@ public class ConfigUtil
}
/**
* See {@link #parsePairs(File,boolean)}.
* See {@link #parsePairs(File,boolean,boolean)}.
*/
public static List<String[]> parsePairs (Reader config, boolean checkPlatform,
boolean biasToKey) throws IOException