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 24fcb57 commit 1671527Copy full SHA for 1671527
1 file changed
core/src/main/java/fj/data/$.java
@@ -17,7 +17,7 @@ public final class $<A, B> extends P1<B> {
17
18
/**
19
* Returns a function that given an argument, returns a function that ignores its argument.
20
- * @deprecated JDK 8 warns '_' may not be supported after SE 8. As of release 4.5, use {@link #constant} (note the synonym {@link #__}).
+ * @deprecated JDK 8 warns '_' may not be supported after SE 8. As of release 4.4, use {@link #constant} (note the synonym {@link #__}).
21
* @return A function that given an argument, returns a function that ignores its argument.
22
*/
23
@Deprecated
0 commit comments