Skip to content

Commit 6194938

Browse files
mongoKartrachel-mack
authored andcommitted
fixes
1 parent fba3ee3 commit 6194938

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/upgrade.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ Version 5.0 Breaking Changes
160160
stage, see :manual:`What's New <java-deprecations-4.11>` for v4.11 of the {+driver-short+}.
161161

162162
- The ``MapCodec`` and ``IterableCodec`` classes are deprecated.
163-
Instead of ``MapCodec``, use ``MapCodecProvider``. Instead of ``IterableCodec``,
164-
use ``CollectionCodecProvider``, or ``IterableCodecProvider`` for ``Iterable``
165-
types that aren't ``Collection``s.
163+
Instead of ``MapCodec``, use ``MapCodecProvider``. Instead of ``IterableCodec``,
164+
use ``CollectionCodecProvider``, or ``IterableCodecProvider`` for ``Iterable``
165+
types that aren't ``Collection`` types.
166166

167167
- Removes the ``sharded()`` and ``nonAtomic()`` methods from the
168168
``MapReducePublisher`` and ``MapReduceIterable`` classes.

source/whats-new.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ What's New in 4.8
288288
The ``MapCodec`` and ``IterableCodec`` classes are deprecated.
289289
Instead of ``MapCodec``, use ``MapCodecProvider``. Instead of ``IterableCodec``,
290290
use ``CollectionCodecProvider``, or ``IterableCodecProvider`` for ``Iterable``
291-
types that aren't ``Collection``s.
291+
types that aren't ``Collection`` types.
292292

293293
Behavioral changes with the 4.8 driver release include:
294294

0 commit comments

Comments
 (0)