Update @since tag for StreamUtils

This commit is contained in:
Sam Brannen 2013-02-28 01:39:15 +01:00
parent 301628811f
commit 9b72bf4691
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import java.nio.charset.Charset;
*
* @author Juergen Hoeller
* @author Phillip Webb
* @since 3.2
* @since 3.2.2
* @see FileCopyUtils
*/
public abstract class StreamUtils {