Make ObjectDownloadListener public

The same was already done for ObjectUploadListener in I5b0fb1220.

Change-Id: Ie8a79f715fe69bed9331962fb478f7e35acf8680
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2017-01-19 13:42:14 +09:00
parent e92a0c3adc
commit d3148f300a
1 changed files with 4 additions and 2 deletions

View File

@ -61,9 +61,11 @@
import org.eclipse.jgit.util.HttpSupport;
/**
* Handle asynchronous large object download
* Handle asynchronous large object download.
*
* @since 4.7
*/
class ObjectDownloadListener implements WriteListener {
public class ObjectDownloadListener implements WriteListener {
private static Logger LOG = Logger
.getLogger(ObjectDownloadListener.class.getName());