|
|
@ -682,7 +682,7 @@ public class UploadPack { |
|
|
|
* Get the PackWriter's statistics if a pack was sent to the client. |
|
|
|
* Get the PackWriter's statistics if a pack was sent to the client. |
|
|
|
* |
|
|
|
* |
|
|
|
* @return statistics about pack output, if a pack was sent. Null if no pack |
|
|
|
* @return statistics about pack output, if a pack was sent. Null if no pack |
|
|
|
* was sent, such as during the negotation phase of a smart HTTP |
|
|
|
* was sent, such as during the negotiation phase of a smart HTTP |
|
|
|
* connection, or if the client was already up-to-date. |
|
|
|
* connection, or if the client was already up-to-date. |
|
|
|
* @since 3.0 |
|
|
|
* @since 3.0 |
|
|
|
* @deprecated Use {@link #getStatistics()}. |
|
|
|
* @deprecated Use {@link #getStatistics()}. |
|
|
@ -697,7 +697,7 @@ public class UploadPack { |
|
|
|
* Get the PackWriter's statistics if a pack was sent to the client. |
|
|
|
* Get the PackWriter's statistics if a pack was sent to the client. |
|
|
|
* |
|
|
|
* |
|
|
|
* @return statistics about pack output, if a pack was sent. Null if no pack |
|
|
|
* @return statistics about pack output, if a pack was sent. Null if no pack |
|
|
|
* was sent, such as during the negotation phase of a smart HTTP |
|
|
|
* was sent, such as during the negotiation phase of a smart HTTP |
|
|
|
* connection, or if the client was already up-to-date. |
|
|
|
* connection, or if the client was already up-to-date. |
|
|
|
* @since 4.1 |
|
|
|
* @since 4.1 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|