Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 23, 2024
1 parent 8f68ef7 commit 9a76ccf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@

/**
* Select a test parameter which name starts with specified String. Designed to use with {@link ParameterKey} annotation, since there is
* no parameters names in Java runtime.
* no parameter names in Java runtime.
*
* @return required prefix
*/
String nameStartsWith() default "";

/**
* Select a test parameter which name ends with specified String. Designed to use with {@link ParameterKey} annotation, since there is
* no parameters names in Java runtime.
* no parameter names in Java runtime.
*
* @return required prefix
*/
String nameEndsWith() default "";

/**
* Select a test parameter which name should contain specified String. Designed to use with {@link ParameterKey} annotation, since there
* is no parameters names in Java runtime.
* is no parameter names in Java runtime.
*
* @return required prefix
*/
Expand Down

0 comments on commit 9a76ccf

Please sign in to comment.