Javadoc Polishing

This commit is contained in:
Gary Russell
2017-03-02 09:06:19 -05:00
parent 7ed6151913
commit 4ada89d0c6
2 changed files with 3 additions and 0 deletions

View File

@@ -846,6 +846,7 @@ public class FileWritingMessageHandler extends AbstractReplyProducingMessageHand
* @param fileToWriteTo the file.
* @param append true if we are appending.
* @return the stream.
* @throws FileNotFoundException if not found.
* @since 4.3.8
*/
protected BufferedOutputStream createOutputStream(File fileToWriteTo, final boolean append)