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 08c25c28e..b841f57f1 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 */