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

This commit is contained in:
Christian Halstrick 2017-12-18 05:48:45 -05:00 committed by Gerrit Code Review @ Eclipse.org
commit 019735b2f8
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 })