[Schmitzm-commits] r836 - branches/2.0-GP14/src/schmitzm/io
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sat May 8 19:25:10 CEST 2010
Author: alfonx
Date: 2010-05-08 19:25:09 +0200 (Sat, 08 May 2010)
New Revision: 836
Modified:
branches/2.0-GP14/src/schmitzm/io/IOUtil.java
Log:
Corrected JavaDoc
Modified: branches/2.0-GP14/src/schmitzm/io/IOUtil.java
===================================================================
--- branches/2.0-GP14/src/schmitzm/io/IOUtil.java 2010-05-08 17:23:24 UTC (rev 835)
+++ branches/2.0-GP14/src/schmitzm/io/IOUtil.java 2010-05-08 17:25:09 UTC (rev 836)
@@ -712,8 +712,8 @@
}
/**
- * @return a {@link String} with the content of the {@link URL}. Do not use
- * this on long files! Returns <code>null</code> if an erro occured.
+ * @return a {@link String} with the content of the first line fo the {@link URL}. Do not use
+ * this on long files! Returns <code>null</code> if an error occured.
*/
public static String readURLasString(URL url) {
try {
More information about the Schmitzm-commits
mailing list