Skip to content

Commit 1671527

Browse files
committed
Changed version on deprecation message for $._
1 parent 24fcb57 commit 1671527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/src/main/java/fj/data

core/src/main/java/fj/data/$.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public final class $<A, B> extends P1<B> {
1717

1818
/**
1919
* 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 #__}).
20+
* @deprecated JDK 8 warns '_' may not be supported after SE 8. As of release 4.4, use {@link #constant} (note the synonym {@link #__}).
2121
* @return A function that given an argument, returns a function that ignores its argument.
2222
*/
2323
@Deprecated

0 commit comments

Comments
 (0)