From ef0237564e3d63da4c8fe542e2f2f56b3279db04 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 19 May 2017 11:22:05 +0200 Subject: [PATCH] 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 --- .../eclipse/jgit/api/errors/TooLargeObjectInPackException.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */