Add missing @since tag to DiffInterruptedException

Change-Id: Ibadbc1b476bfe0d1fe11979ec237a3554966eb59
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2015-03-19 14:53:43 +01:00
parent 5967b65838
commit 8ec01500e2
1 changed files with 1 additions and 0 deletions

View File

@ -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;