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.
2 parents 054ba58 + 6e8651e commit 2e44d56Copy full SHA for 2e44d56
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