diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-05-22 01:12:10 -0400 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2017-05-22 01:12:10 -0400 |
commit | 9a4486003fbe06ad88184d4c3f420ede943a5720 (patch) | |
tree | 470d2d45468caed548089b7ab2db903eeb015b81 | |
parent | 1513a5632dcaf8c6e2d6998427087e11ba35566d (diff) | |
parent | ef0237564e3d63da4c8fe542e2f2f56b3279db04 (diff) | |
download | jgit-9a4486003fbe06ad88184d4c3f420ede943a5720.tar.gz jgit-9a4486003fbe06ad88184d4c3f420ede943a5720.zip |
Merge "Fix javadoc of TooLargeObjectInPackException"
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/api/errors/TooLargeObjectInPackException.java | 3 |
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 */ |