More javadoc fixes.

This commit is contained in:
Michael Bayne
2010-09-21 06:17:47 +00:00
parent 31b77bcdbe
commit 646dc2bdf0
2 changed files with 1 additions and 5 deletions
@@ -63,7 +63,7 @@ public class ConfigUtil
}
/**
* See {@link #parsePairs(File,boolean}.
* See {@link #parsePairs(File,boolean)}.
*/
public static List<String[]> parsePairs (Reader config, boolean checkPlatform)
throws IOException