Browse Source

Repeat: Fix javadoc to say 'annotation' instead of 'interface'

Change-Id: Ib0c4ec28d6b7e2fc0fe71f7dc53dd12ccd6e8a2f
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v4.10.0.201712302008-r
David Pursehouse 6 years ago
parent
commit
098893617d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/Repeat.java

+ 1
- 1
org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/Repeat.java View File

@@ -47,7 +47,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
* Interface enabling to run tests repeatedly
* Annotation enabling to run tests repeatedly
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ java.lang.annotation.ElementType.METHOD })

Loading…
Cancel
Save