diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2016-01-23 15:51:47 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-01-23 23:51:14 +0100 |
commit | 9441d61e37b21a5b94b5906a22de9764cf206196 (patch) | |
tree | 7bb33ebb080130b880563a3a1031ef80ff2fa200 | |
parent | f321741cffff2584f0d6ab082ab1f1aed621f2a6 (diff) | |
download | jgit-9441d61e37b21a5b94b5906a22de9764cf206196.tar.gz jgit-9441d61e37b21a5b94b5906a22de9764cf206196.zip |
Fix a @since tag
Ketch didn't make it into 4.2
Change-Id: Iab3ddfb926a2f8d31622e212c845c825369b09d5
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/transport/Daemon.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/Daemon.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/Daemon.java index 2593ba556d..1beec906ed 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/Daemon.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/Daemon.java @@ -259,7 +259,7 @@ public class Daemon { * Get the factory used to construct per-request ReceivePack. * * @return the factory. - * @since 4.2 + * @since 4.3 */ public ReceivePackFactory<DaemonClient> getReceivePackFactory() { return receivePackFactory; |