Skip to content

Commit

Permalink
OGM-1293 Make it possible to specify multiple jiras with @testForissue
Browse files Browse the repository at this point in the history
  Sometimes a test can be used to check multiple issues.
  • Loading branch information
DavideD authored and gsmet committed Jul 7, 2017
1 parent 5c80c66 commit 30790b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/test/java/org/hibernate/ogm/utils/TestForIssue.java
Expand Up @@ -21,9 +21,9 @@
public @interface TestForIssue {

/**
* The key of a JIRA issue tested.
* The key of the JIRA issues tested.
*
* @return The JIRA issue key
* @return The JIRA issues keys
*/
String jiraKey();
String[] jiraKey();
}

0 comments on commit 30790b4

Please sign in to comment.