Skip to content

Commit 038e7a2

Browse files
committed
Cosmetic
1 parent a852421 commit 038e7a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/io/github/scordio/junit/converters/SpringConversion.java

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

2626
/**
2727
* {@code @SpringConversion} is a {@link ConvertWith} composed annotation that converts
28-
* arguments using the Spring {@link org.springframework.core.convert.ConversionService
29-
* conversion service}.
28+
* arguments using the Spring
29+
* {@linkplain org.springframework.core.convert.ConversionService conversion service}.
3030
* <p>
3131
* <strong>Note:</strong> The annotation requires {@code org.springframework:spring-core}
3232
* available in the test classpath, which is generally the case for Spring applications.
3333
* <p>
3434
* If {@code org.springframework:spring-context} is also available in the test classpath,
35-
* the Spring {@link org.springframework.format.annotation format annotations} are also
36-
* supported:
35+
* the Spring {@linkplain org.springframework.format.annotation format annotations} are
36+
* also supported:
3737
* <ul>
3838
* <li>{@link org.springframework.format.annotation.NumberFormat @NumberFormat} for
3939
* formatting {@code Number} values such as {@code Double} and {@code Long}</li>

0 commit comments

Comments
 (0)