Skip to content

Commit d8a496f

Browse files
committed
Fix Javadocs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1297680 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7992052 commit d8a496f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ public byte[] getData()
221221
* the temporary file created or null.
222222
* <p>
223223
* If the constructor specifying the file is used then it returns that
224-
* same output file, even when threashold has not been reached.
224+
* same output file, even when threshold has not been reached.
225225
* <p>
226226
* If constructor specifying a temporary file prefix/suffix is used
227-
* then the temporary file created once the threashold is reached is returned
227+
* then the temporary file created once the threshold is reached is returned
228228
* If the threshold was not reached then <code>null</code> is returned.
229229
*
230230
* @return The file for this output stream, or <code>null</code> if no such

0 commit comments

Comments
 (0)