Browse Source

Add missing @since tag for new protected field in ObjectReader

Change-Id: I93d67d7fd2fde55be39480944d9d7072dbb6c600
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-4.6
Matthias Sohn 8 years ago
parent
commit
d1bc809cce
  1. 5
      org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectReader.java

5
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectReader.java

@ -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;

Loading…
Cancel
Save