]> source.dussan.org Git - jgit.git/commitdiff
Add a missing @since tag 64/22564/1
authorChristian Halstrick <christian.halstrick@sap.com>
Wed, 26 Feb 2014 13:29:51 +0000 (14:29 +0100)
committerChristian Halstrick <christian.halstrick@sap.com>
Wed, 26 Feb 2014 13:31:29 +0000 (14:31 +0100)
Change-Id: Ie34a4a9c4c47c2f27579094d74a7849fc26a323b

org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEntry.java

index 5df5c8d1a010bfc932f2c8e7fdb6fe7f8d2a6055..ce84659d66dfac8d8fadc6d7e442cdfbaf9d10a8 100644 (file)
@@ -638,6 +638,7 @@ public class DirCacheEntry {
         * Get a copy of the entry's raw path bytes.
         *
         * @return raw path bytes.
+        * @since 3.3
         */
        public byte[] getRawPath() {
                return path.clone();