diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-11-14 10:08:24 -0800 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-11-14 10:08:24 -0800 |
commit | 63fc6970cc51b712608d93e7cba0b85bb559ac52 (patch) | |
tree | 56c7ee30bfb44dfa9635e3663645509fb19467fc /org.eclipse.jgit/src/org/eclipse/jgit/transport/AdvertiseRefsHook.java | |
parent | 57bb09ade94bce7860efa0633a599aec55f7aee6 (diff) | |
download | jgit-63fc6970cc51b712608d93e7cba0b85bb559ac52.tar.gz jgit-63fc6970cc51b712608d93e7cba0b85bb559ac52.zip |
Suppress the API errors introduced by 3e9a5f99
I1ce92869435d5eebb7d671be44561e69c6233134 merged BaseReceivePack into
ReceivePack which breaks API but is only affecting the few jgit based
servers out in the wild.
Change-Id: Iad856a2afaf3cad95d01ad81a0116cebcd9de2d9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/transport/AdvertiseRefsHook.java')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/transport/AdvertiseRefsHook.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/AdvertiseRefsHook.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/AdvertiseRefsHook.java index b771e99c05..eb1aef9ad7 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/AdvertiseRefsHook.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/AdvertiseRefsHook.java @@ -89,6 +89,7 @@ public interface AdvertiseRefsHook { * if necessary. * @throws org.eclipse.jgit.transport.ServiceMayNotContinueException * abort; the message will be sent to the user. + * @since 5.6 */ void advertiseRefs(ReceivePack receivePack) throws ServiceMayNotContinueException; |