diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-03-19 14:53:43 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-03-19 14:53:43 +0100 |
commit | 8ec01500e2eb8860e9e42dd20ead265cc2fb6735 (patch) | |
tree | 3cf88ddfa15f2c1f21cfd19cebd37388e9245c0c | |
parent | 5967b658381f281496ed61e1dd170cef9bacd7aa (diff) | |
download | jgit-8ec01500e2eb8860e9e42dd20ead265cc2fb6735.tar.gz jgit-8ec01500e2eb8860e9e42dd20ead265cc2fb6735.zip |
Add missing @since tag to DiffInterruptedException
Change-Id: Ibadbc1b476bfe0d1fe11979ec237a3554966eb59
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/errors/DiffInterruptedException.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/errors/DiffInterruptedException.java b/org.eclipse.jgit/src/org/eclipse/jgit/errors/DiffInterruptedException.java index ff03d97dc1..e6ae685c00 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/errors/DiffInterruptedException.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/errors/DiffInterruptedException.java @@ -47,6 +47,7 @@ package org.eclipse.jgit.errors; * Thrown when a thread executing a diff is interrupted * * @see org.eclipse.jgit.diff.MyersDiff + * @since 4.0 */ public class DiffInterruptedException extends RuntimeException { private static final long serialVersionUID = 1L; |