diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-18 10:21:37 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-18 10:21:37 +0900 |
commit | 098893617dfaf150eb1f48598dc91badb403dca2 (patch) | |
tree | 918f273cb65f9f51b3a0a5404e4ed4075be78cab /org.eclipse.jgit.junit/src | |
parent | e895d21a52c6d54da2151b72a56ed193ade5be7e (diff) | |
download | jgit-098893617dfaf150eb1f48598dc91badb403dca2.tar.gz jgit-098893617dfaf150eb1f48598dc91badb403dca2.zip |
Repeat: Fix javadoc to say 'annotation' instead of 'interface'
Change-Id: Ib0c4ec28d6b7e2fc0fe71f7dc53dd12ccd6e8a2f
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.junit/src')
-rw-r--r-- | org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/Repeat.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/Repeat.java b/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/Repeat.java index b2521a1375..08220ce245 100644 --- a/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/Repeat.java +++ b/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/Repeat.java @@ -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 }) |