Skip to content
Snippets Groups Projects
Commit f6735576 authored by ribeaudc's avatar ribeaudc
Browse files

Javadoc completed.

SVN: 175
parent 7f486bd6
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,9 @@ public class FileUtilities
/**
* Loads the specified text file.
*
* @return text from <code>text</code>. All newline characters are '\n'.
* @param file the file that should be loaded. This method assumes that given <code>File</code> is not
* <code>null</code> and that it exists.
* @return text from <code>text</code>. All newline characters are '\n'.
*/
public static String loadText(File file)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment