Thanks to visit codestin.com Credit goes to github.com
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 054ba58 commit 6e8651eCopy full SHA for 6e8651e
src/main/java/rx/functions/Actions.java
@@ -24,7 +24,7 @@ private Actions() {
24
}
25
26
@SuppressWarnings("unchecked")
27
- public static final <T0, T1, T2, T3, T4, T5, T6, T7, T8> EmptyAction<T0, T1, T2, T3, T4, T5, T6, T7, T8> empty() {
+ public static <T0, T1, T2, T3, T4, T5, T6, T7, T8> EmptyAction<T0, T1, T2, T3, T4, T5, T6, T7, T8> empty() {
28
return EMPTY_ACTION;
29
30
0 commit comments