We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6278884 commit d559989Copy full SHA for d559989
src/main/java/com/fasterxml/jackson/databind/util/NativeImageUtil.java
@@ -19,7 +19,8 @@ private NativeImageUtil() {
19
}
20
21
/**
22
- * Check whether we're running in substratevm native image runtime mode. This check cannot be a constant, because
+ * Check whether we're running in substratevm native image runtime mode.
23
+ * This check cannot be a constant, because
24
* the static initializer may run early during build time
25
*<p>
26
* NOTE: {@code public} since 2.16 (before that, {@code private}).
0 commit comments