Browse Source

Merge "Fix javadoc of TooLargeObjectInPackException"

stable-4.9
David Pursehouse 8 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
9a4486003f
  1. 3
      org.eclipse.jgit/src/org/eclipse/jgit/api/errors/TooLargeObjectInPackException.java

3
org.eclipse.jgit/src/org/eclipse/jgit/api/errors/TooLargeObjectInPackException.java

@ -38,7 +38,8 @@
package org.eclipse.jgit.api.errors; 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 * @since 4.4
*/ */

Loading…
Cancel
Save