Explorar el Código

Add missing @since 4.9 for new API PackParser.setExpectedObjectCount()

Change-Id: I58fa956aea37c696dbc35ecd229d8971d532923f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.9.0.201710071750-r
Matthias Sohn hace 7 años
padre
commit
dfb9884dbc

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java Ver fichero

@@ -1271,6 +1271,7 @@ public abstract class PackParser {
* they should call this method during {@link #onPackHeader(long)}.
*
* @param expectedObjectCount
* @since 4.9
*/
protected void setExpectedObjectCount(long expectedObjectCount) {
this.expectedObjectCount = expectedObjectCount;

Cargando…
Cancelar
Guardar