]> source.dussan.org Git - jgit.git/commitdiff
Fix some wrong @since 3.3 tags which should be @since 3.4 67/23067/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 7 Mar 2014 20:30:58 +0000 (21:30 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 7 Mar 2014 20:30:58 +0000 (21:30 +0100)
Change-Id: Idafe6e041cc40a00ac52eb4ba88753c49db86988
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/ListBranchCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEntry.java

index 32ee651485cebd6b52a32391752eb6c4b0b3869e..10f33de7af4b1f4fe0d63165014dba5463f6ceff 100644 (file)
@@ -173,7 +173,7 @@ public class ListBranchCommand extends GitCommand<List<Ref>> {
         * @param containsCommitish
         *            a commit ID or ref name
         * @return this instance
-        * @since 3.3
+        * @since 3.4
         */
        public ListBranchCommand setContains(String containsCommitish) {
                checkCallable();
index ce84659d66dfac8d8fadc6d7e442cdfbaf9d10a8..650accc295fd66884e05d2d40a8b1c992bd64378 100644 (file)
@@ -638,7 +638,7 @@ public class DirCacheEntry {
         * Get a copy of the entry's raw path bytes.
         *
         * @return raw path bytes.
-        * @since 3.3
+        * @since 3.4
         */
        public byte[] getRawPath() {
                return path.clone();