Javadoc polish

This commit is contained in:
Phillip Webb
2013-02-13 11:58:21 -08:00
parent 92ad66bf10
commit 953b2b60ad

View File

@@ -143,7 +143,7 @@ public abstract class StreamUtils {
/**
* Returns a variant of the given {@link OutputStream} where calling
* {@link OutputStream#close() close()} has no effect.
* @param in the OutputStream to decorate
* @param out the OutputStream to decorate
* @return a version of the OutputStream that ignores calls to close
*/
public static OutputStream nonClosing(OutputStream out) {