Skip to content

Commit 6836382

Browse files
committed
Fix checkstyle in execution conditions
1 parent 56fca99 commit 6836382

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

grader-api/src/main/java/org/sourcegrade/jagr/api/testing/extension/JagrExecutionCondition.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
/**
2727
* Checks whether Jagr is currently being used and skips the target test if it is not.
28-
* <p>
29-
* Inverse of {@link NonJagrExecutionCondition}.
28+
*
29+
* <p>Inverse of {@link NonJagrExecutionCondition}.
3030
*/
3131
public final class JagrExecutionCondition implements ExecutionCondition {
3232
@Override

grader-api/src/main/java/org/sourcegrade/jagr/api/testing/extension/NonJagrExecutionCondition.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
/**
2727
* Checks whether Jagr is currently *not* being used and skips the target test if it is.
28-
* <p>
29-
* Inverse of {@link JagrExecutionCondition}.
28+
*
29+
* <p>Inverse of {@link JagrExecutionCondition}.
3030
*/
3131
public final class NonJagrExecutionCondition implements ExecutionCondition {
3232
@Override

0 commit comments

Comments
 (0)