Skip to content

Commit f54aa92

Browse files
authored
Fixes #2460: remove a sentence commits to a particular version (#2461)
Because it's not planning on making this change anytime soon
1 parent d052721 commit f54aa92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/mockito/Mockito.java

-2
Original file line numberDiff line numberDiff line change
@@ -1627,8 +1627,6 @@ public class Mockito extends ArgumentMatchers {
16271627
* <code>ReturnsSmartNulls</code> first tries to return ordinary values (zeros, empty collections, empty string, etc.)
16281628
* then it tries to return SmartNull. If the return type is final then plain <code>null</code> is returned.
16291629
* <p>
1630-
* <code>ReturnsSmartNulls</code> will be probably the default return values strategy in Mockito 4.0.0
1631-
* <p>
16321630
* Example:
16331631
* <pre class="code"><code class="java">
16341632
* Foo mock = mock(Foo.class, RETURNS_SMART_NULLS);

0 commit comments

Comments
 (0)