]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tag to DiffInterruptedException 67/44167/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 19 Mar 2015 13:53:43 +0000 (14:53 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 19 Mar 2015 13:53:43 +0000 (14:53 +0100)
Change-Id: Ibadbc1b476bfe0d1fe11979ec237a3554966eb59
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/errors/DiffInterruptedException.java

index ff03d97dc1d862e86f59c4b851ded0cbae6a9d23..e6ae685c00460a2f3f0d6f7881484ca586d14460 100644 (file)
@@ -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;