]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tag for new protected field in ObjectReader 89/83789/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 24 Oct 2016 14:05:24 +0000 (16:05 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 24 Oct 2016 14:05:24 +0000 (16:05 +0200)
Change-Id: I93d67d7fd2fde55be39480944d9d7072dbb6c600
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectReader.java

index 263fc997451d262a8f217e70ee957f798b7d3cf8..372da9893953f70d51c068ec66e216bd0bff402e 100644 (file)
@@ -66,8 +66,9 @@ public abstract class ObjectReader implements AutoCloseable {
        public static final int OBJ_ANY = -1;
 
        /**
-        * The threshold at which a file will be streamed rather than
-        * loaded entirely into memory.
+        * The threshold at which a file will be streamed rather than loaded
+        * entirely into memory.
+        * @since 4.6
         */
        protected int streamFileThreshold;