From 8ec01500e2eb8860e9e42dd20ead265cc2fb6735 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 19 Mar 2015 14:53:43 +0100 Subject: [PATCH] Add missing @since tag to DiffInterruptedException Change-Id: Ibadbc1b476bfe0d1fe11979ec237a3554966eb59 Signed-off-by: Matthias Sohn --- .../src/org/eclipse/jgit/errors/DiffInterruptedException.java | 1 + 1 file changed, 1 insertion(+) 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 ff03d97dc..e6ae685c0 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 @@ * 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;