Skip to content

Commit 8c9b808

Browse files
authored
Fix doc to pointing to right place (#5305)
1 parent 43c6527 commit 8c9b808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/ObjectMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ public ObjectMapper registerModules(Iterable<? extends Module> modules)
11251125
* module is NOT included in returned set.
11261126
*<p>
11271127
* NOTE: this method will be replaced in Jackson 3.0 with
1128-
* {@code Stream<JacksonModule> getRegisteredModules()} that will return actual Module
1128+
* {@code Collection<JacksonModule> registeredModules()} that will return actual Module
11291129
* instances, instead of ids. Such method can not be backported in 2.x due to
11301130
* differences in how Module registration works (2.x only has access to Module Ids)
11311131
*

0 commit comments

Comments
 (0)