summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2017-05-22 01:12:10 -0400
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>2017-05-22 01:12:10 -0400
commit9a4486003fbe06ad88184d4c3f420ede943a5720 (patch)
tree470d2d45468caed548089b7ab2db903eeb015b81
parent1513a5632dcaf8c6e2d6998427087e11ba35566d (diff)
parentef0237564e3d63da4c8fe542e2f2f56b3279db04 (diff)
downloadjgit-9a4486003fbe06ad88184d4c3f420ede943a5720.tar.gz
jgit-9a4486003fbe06ad88184d4c3f420ede943a5720.zip
Merge "Fix javadoc of TooLargeObjectInPackException"
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/api/errors/TooLargeObjectInPackException.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/TooLargeObjectInPackException.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/TooLargeObjectInPackException.java
index 08c25c28ed..b841f57f1e 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/TooLargeObjectInPackException.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/TooLargeObjectInPackException.java
@@ -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
*/