Skip to content

Commit d559989

Browse files
committed
tiny javadoc cleanup
1 parent 6278884 commit d559989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/util/NativeImageUtil.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ private NativeImageUtil() {
1919
}
2020

2121
/**
22-
* Check whether we're running in substratevm native image runtime mode. This check cannot be a constant, because
22+
* Check whether we're running in substratevm native image runtime mode.
23+
* This check cannot be a constant, because
2324
* the static initializer may run early during build time
2425
*<p>
2526
* NOTE: {@code public} since 2.16 (before that, {@code private}).

0 commit comments

Comments
 (0)