summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2017-05-19 11:22:05 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2017-05-19 11:22:05 +0200
commitef0237564e3d63da4c8fe542e2f2f56b3279db04 (patch)
tree51855a04e6e7378ebf950bf5cb3f8a245a036015 /org.eclipse.jgit
parent022c04f7029c1a8bb6d4dd694f4696b58688217d (diff)
downloadjgit-ef0237564e3d63da4c8fe542e2f2f56b3279db04.tar.gz
jgit-ef0237564e3d63da4c8fe542e2f2f56b3279db04.zip
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>
Diffstat (limited to 'org.eclipse.jgit')
-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
*/