Fix wrong @since tags introduced by 1beb3ccd

1beb3ccd1e was submitted in 4.6.0-SNAPSHOT

Change-Id: I33e027dbd0995ba36491bd9e2d4b3c84f9f0abd6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2016-09-21 23:37:18 +02:00
parent 1b11f4fdda
commit b03be9a3ea
3 changed files with 3 additions and 3 deletions

View File

@ -1121,7 +1121,7 @@ public void sendAdvertisedRefs(final RefAdvertiser adv)
* called after {@link #receivePack} is called.
*
* @return ReceivedPackStatistics
* @since 4.5
* @since 4.6
*/
@Nullable
public ReceivedPackStatistics getReceivedPackStatistics() {

View File

@ -477,7 +477,7 @@ public long getPackSize() {
* This should only be called after pack parsing is finished.
*
* @return {@link ReceivedPackStatistics}
* @since 4.5
* @since 4.6
*/
public ReceivedPackStatistics getReceivedPackStatistics() {
return stats.build();

View File

@ -48,7 +48,7 @@
/**
* Statistics about {@link PackParser}.
*
* @since 4.5
* @since 4.6
*/
public class ReceivedPackStatistics {
private long numBytesRead;