From 2f93551e186001a4ada38c62a37b3e3f69a72120 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 7 Apr 2013 23:17:02 +0200 Subject: Add missing @since tags for new API methods Change-Id: I38f10d622c30f19d1154a4901477e844cb411707 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/storage') diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java b/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java index c1cda39de7..e3219535c2 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java @@ -379,6 +379,7 @@ public class PackConfig { * @return true if existing delta chains should be cut at * {@link #getMaxDeltaDepth()}. Default is false, allowing existing * chains to be of any length. + * @since 3.0 */ public boolean getCutDeltaChains() { return cutDeltaChains; @@ -395,6 +396,7 @@ public class PackConfig { * * @param cut * true to cut existing chains. + * @since 3.0 */ public void setCutDeltaChains(boolean cut) { cutDeltaChains = cut; -- cgit v1.2.3