summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-08-08 17:07:29 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2016-08-09 00:45:30 +0200
commitae779f60b7d19b3ee2c4a4a5e95aca7603cb21cf (patch)
tree4df62c74cc615372ae2a331a868c20f75b8afabd /org.eclipse.jgit/src
parentd63eb16a1eda29665ec51ec995f083d5c833a70b (diff)
downloadjgit-ae779f60b7d19b3ee2c4a4a5e95aca7603cb21cf.tar.gz
jgit-ae779f60b7d19b3ee2c4a4a5e95aca7603cb21cf.zip
Add missing @since tags for new API
Change-Id: I8db29a0313fbc476152cef47f2eaa76954f1e280 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/src')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/revwalk/DepthWalk.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/DepthWalk.java b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/DepthWalk.java
index 914b8a8d10..59a360f867 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/DepthWalk.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/DepthWalk.java
@@ -150,6 +150,9 @@ public interface DepthWalk {
return REINTERESTING;
}
+ /**
+ * @since 4.5
+ */
@Override
public ObjectWalk toObjectWalkWithSameObjects() {
ObjectWalk ow = new ObjectWalk(reader, depth);