]> source.dussan.org Git - jgit.git/commitdiff
Fix javadoc of TooLargeObjectInPackException 43/97543/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 19 May 2017 09:22:05 +0000 (11:22 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 19 May 2017 09:22:05 +0000 (11:22 +0200)
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>
org.eclipse.jgit/src/org/eclipse/jgit/api/errors/TooLargeObjectInPackException.java

index 08c25c28ed0cf0743e2b1a27916fe1315ff45181..b841f57f1e33f40ec97c190280e581e87317e47a 100644 (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
  */