arquillian-testsuite fixed whitespaces
This commit is contained in:
parent
f45e0aa387
commit
2fd7e5b355
3 changed files with 42 additions and 42 deletions
|
@ -19,7 +19,7 @@ import static org.keycloak.testsuite.arquillian.jira.JBossJiraParser.isIssueClos
|
||||||
*/
|
*/
|
||||||
public class JiraTestExecutionDecider implements TestExecutionDecider {
|
public class JiraTestExecutionDecider implements TestExecutionDecider {
|
||||||
|
|
||||||
private static Map<String, Boolean> cache = new HashMap<String, Boolean>();
|
private static Map<String, Boolean> cache = new HashMap<>();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ExecutionDecision decide(Method method) {
|
public ExecutionDecision decide(Method method) {
|
||||||
|
|
Loading…
Reference in a new issue