File tree 1 file changed +4
-4
lines changed
src/main/java/cz/jirutka/spring/exhandler/support
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ public static boolean isJaxb2Present() {
42
42
43
43
/**
44
44
* 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
47
47
* or cannot be loaded.
48
48
*/
49
49
public static boolean isJackson2Present () {
@@ -53,8 +53,8 @@ public static boolean isJackson2Present() {
53
53
54
54
/**
55
55
* 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
58
58
* cannot be loaded.
59
59
*/
60
60
@ Deprecated
You can’t perform that action at this time.
0 commit comments