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

Change-Id: Ib0c4ec28d6b7e2fc0fe71f7dc53dd12ccd6e8a2f
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2017-12-18 10:21:37 +09:00
parent e895d21a52
commit 098893617d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
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 })