Merge "UploadPack: Correct typo of negotiation in Javadoc"

This commit is contained in:
Matthias Sohn 2016-07-04 18:23:52 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 65e3a3abf2
1 changed files with 2 additions and 2 deletions

View File

@ -682,7 +682,7 @@ public void upload(final InputStream input, final OutputStream output,
* 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
* 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.
* @since 3.0
* @deprecated Use {@link #getStatistics()}.
@ -697,7 +697,7 @@ public PackWriter.Statistics getPackStatistics() {
* 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
* 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.
* @since 4.1
*/