Skip to content

Commit 1093ed1

Browse files
committed
Fix links to unavailable classes in JavaDoc
1 parent ca2a500 commit 1093ed1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/cz/jirutka/spring/exhandler/support/HttpMessageConverterUtils.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public static boolean isJaxb2Present() {
4242

4343
/**
4444
* Determine whether Jackson 2.x is present on the classpath and can be loaded. Will return
45-
* <tt>false</tt> if either the {@link com.fasterxml.jackson.databind.ObjectMapper},
46-
* {@link com.fasterxml.jackson.core.JsonGenerator} or one of its dependencies is not present
45+
* <tt>false</tt> if either the {@code com.fasterxml.jackson.databind.ObjectMapper},
46+
* {@code com.fasterxml.jackson.core.JsonGenerator} or one of its dependencies is not present
4747
* or cannot be loaded.
4848
*/
4949
public static boolean isJackson2Present() {
@@ -53,8 +53,8 @@ public static boolean isJackson2Present() {
5353

5454
/**
5555
* Determine whether Jackson 1.x is present on the classpath and can be loaded. Will return
56-
* <tt>false</tt> if either the {@link org.codehaus.jackson.map.ObjectMapper},
57-
* {@link org.codehaus.jackson.JsonGenerator} or one of its dependencies is not present or
56+
* <tt>false</tt> if either the {@code org.codehaus.jackson.map.ObjectMapper},
57+
* {@code org.codehaus.jackson.JsonGenerator} or one of its dependencies is not present or
5858
* cannot be loaded.
5959
*/
6060
@Deprecated

0 commit comments

Comments
 (0)