#107 Execute Around example JavaDoc

This commit is contained in:
Ilkka Seppala
2015-08-18 22:39:03 +03:00
parent 0364b49870
commit 527da253c9
2 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import java.io.IOException;
/**
*
* SimpleFileWriter handles opening and closing file for the user. The user
* only has to specify what to do with the file resource through FileWriterAction
* only has to specify what to do with the file resource through {@link FileWriterAction}
* parameter.
*
*/