Merge pull request #2 from kemitix/fix-javadoc
Add missing javadoc tags
This commit is contained in:
commit
c35aa53656
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ public interface FileReader {
|
|||
* be replaced with a newline (\n).</p>
|
||||
*
|
||||
* @param file the file to read
|
||||
* @return the contents of the file
|
||||
* @throws IOException if there is an error.
|
||||
*/
|
||||
String read(File file) throws IOException;
|
||||
|
|
|
@ -13,6 +13,7 @@ public interface FileWriter {
|
|||
*
|
||||
* @param file the file to write
|
||||
* @param content the content to write
|
||||
* @throws IOException if there is an error.
|
||||
*/
|
||||
void write(
|
||||
File file,
|
||||
|
|
Loading…
Reference in a new issue