Skip to content

Commit e163ecf

Browse files
committed
spotless
1 parent 99c1f72 commit e163ecf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

utils/test-utils/src/main/groovy/datadog/trace/test/util/NonRetryable.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
import java.lang.annotation.Target;
77
import org.junit.jupiter.api.Tag;
88

9-
/**
10-
* Use this annotation for test cases that are not designed to be retryable
11-
* (gradle retry plugin / develocity).
12-
*
13-
* <a href="https://github.com/gradle/test-retry-gradle-plugin">Retry plugin doc</a>.
9+
/**
10+
* Use this annotation for test cases that are not designed to be retryable (gradle retry plugin /
11+
* develocity).
12+
*
13+
* <p><a href="https://github.com/gradle/test-retry-gradle-plugin">Retry plugin doc</a>.
1414
*/
1515
@Retention(RetentionPolicy.RUNTIME)
1616
@Target({ElementType.TYPE, ElementType.METHOD})

0 commit comments

Comments
 (0)