Skip to content

Commit 717ba25

Browse files
Still fixing javadoc
1 parent 8771dfc commit 717ba25

File tree

1 file changed

+3
-3
lines changed
  • x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference

1 file changed

+3
-3
lines changed

x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference/RetryRule.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
/**
2222
* Provides a way to retry a failed test. To use this functionality add something like the following to your test class:
23-
* <p />
23+
* <p></p>
2424
* {@literal @}Rule
25-
* <p />
25+
* <p></p>
2626
* <code>public RetryRule retry = new RetryRule(3, TimeValue.timeValueSeconds(1));</code>
27-
* <p />
27+
* <p></p>
2828
* See {@link InferenceGetServicesIT#retry} for an example.
2929
*/
3030
public class RetryRule implements TestRule {

0 commit comments

Comments
 (0)