More javadoc fixes.
This commit is contained in:
@@ -119,10 +119,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<quiet>true</quiet>
|
<quiet>true</quiet>
|
||||||
<show>public</show>
|
<show>public</show>
|
||||||
<links>
|
|
||||||
<link>http://java.sun.com/products/javamail/javadocs/</link>
|
|
||||||
<link>http://download.oracle.com/javaee/1.2.1/api/</link>
|
|
||||||
</links>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -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)
|
public static List<String[]> parsePairs (Reader config, boolean checkPlatform)
|
||||||
throws IOException
|
throws IOException
|
||||||
|
|||||||
Reference in New Issue
Block a user