]> source.dussan.org Git - jgit.git/commit
Fix constructor for SafeBufferedOutputStream 83/5583/2
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 13 Apr 2012 15:41:06 +0000 (17:41 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 14 Apr 2012 10:26:34 +0000 (12:26 +0200)
commit0e8f3a62346918ef32929d804e0cbcc29b2ff3c4
tree909497905be7b8450ea0700145092cd1b4ab2b5b
parent32be70d209511ae756a1051180d5fb92f67ba1e5
Fix constructor for SafeBufferedOutputStream

The size shoould be passed to BufferedOutputStream's constructor.
All callers seem to use the default, but that could change.

Change-Id: I874afee6a9114698805e36813781547e6aa328a5
org.eclipse.jgit/src/org/eclipse/jgit/util/io/SafeBufferedOutputStream.java