diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-12-18 15:44:44 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-12-20 08:37:45 +0900 |
commit | 2269669fb11224da272aebe2f02393388c62a0fd (patch) | |
tree | 4e571b14cc230c7590e0a86e68a4dda56284a4c8 /org.eclipse.jgit.lfs.test | |
parent | 9372cf496f4584a580c57253e6945750bb15a307 (diff) | |
download | jgit-2269669fb11224da272aebe2f02393388c62a0fd.tar.gz jgit-2269669fb11224da272aebe2f02393388c62a0fd.zip |
TransferConfig: Make constructors public
UploadPack has a setTransferConfig method which allows to set the
transfer config, however since the constructors of TransferConfig
have the default package visibility it is not possible for any
application using UploadPack, for example Gerrit, to actually set
a transfer config.
Make the constructors public. This is consistent with the public
constructors for example on PackConfig.
Change-Id: I07080255838421871403b2b2bcc294aa8f621c57
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.test')
0 files changed, 0 insertions, 0 deletions