aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/errors/PackMismatchException.java
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/errors/PackMismatchException.java')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/errors/PackMismatchException.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/errors/PackMismatchException.java b/org.eclipse.jgit/src/org/eclipse/jgit/errors/PackMismatchException.java
index 7a2c70de79..e630f529e3 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/errors/PackMismatchException.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/errors/PackMismatchException.java
@@ -51,9 +51,4 @@ public class PackMismatchException extends IOException {
public boolean isPermanent() {
return permanent;
}
-
- @Override
- public String toString() {
- return super.toString() + ", permanent: " + permanent; //$NON-NLS-1$
- }
}