Add missing @since tag for new protected field in ObjectReader

Change-Id: I93d67d7fd2fde55be39480944d9d7072dbb6c600
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2016-10-24 16:05:24 +02:00
parent fa0a93119c
commit d1bc809cce
1 changed files with 3 additions and 2 deletions

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