Fix javadoc of TooLargeObjectInPackException

The API exception should have the same javadoc like the internal
exception org.eclipse.jgit.errors.TooLargeObjectInPackException

Change-Id: Ia7508c77609e53c8e808412ac523a93194648e49
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2017-05-19 11:22:05 +02:00
parent 022c04f702
commit ef0237564e
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@
package org.eclipse.jgit.api.errors;
/**
* Exception thrown when the server rejected a too large pack
* Exception thrown when PackParser finds an object larger than a predefined
* limit
*
* @since 4.4
*/