Merge "Fix javadoc of TooLargeObjectInPackException"

This commit is contained in:
David Pursehouse 2017-05-22 01:12:10 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 9a4486003f
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
*/