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 5f283f0 commit c1b6d7bCopy full SHA for c1b6d7b
README.md
@@ -504,8 +504,9 @@ It is recommended one sets up one or more of the following `-dontwarn` entries:
504
```
505
-dontwarn org.reactivestreams.FlowAdapters
506
-dontwarn org.reactivestreams.**
507
--dontwarn java.util.concurrent.flow.**
508
--dontwarn java.util.concurrent.**```
+-dontwarn java.util.concurrent.Flow.**
+-dontwarn java.util.concurrent.**
509
+```
510
511
### Further reading
512
0 commit comments