]> source.dussan.org Git - jgit.git/commit
FetchV2Request: make getWantedRefs public 38/137838/2
authorIvan Frade <ifrade@google.com>
Thu, 24 Jan 2019 20:38:07 +0000 (12:38 -0800)
committerIvan Frade <ifrade@google.com>
Fri, 1 Mar 2019 07:49:19 +0000 (23:49 -0800)
commite1b1e01bec78c4d85e6f94aba149ed0071a15a54
treedaea438139da0a28d059556db2b3d3daf80eb54c
parent875dccf33ccf16875c79a74998dcef49df23a8c0
FetchV2Request: make getWantedRefs public

There are valid cases where a hook, invoked by ProtocolV2Hook
and probably implemented in a different package, is interested
in knowing the wanted refs in the request.

Increase visibility to public in the wanted-ref method.

Change-Id: I5da085ac7af4c396c1cb85e630f40a57fc70b33e
Signed-off-by: Ivan Frade <ifrade@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchV2Request.java