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.
final
1 parent 5f8f830 commit a1c648dCopy full SHA for a1c648d
src/main/java/com/contentful/java/cda/BaseModule.java
@@ -125,8 +125,8 @@ public class ExtAsync extends AbsModule.Async {
125
* @param callback callback
126
* @return the given {@code callback} instance
127
*/
128
- @SuppressWarnings("unchecked") public CDACallback<CDAArray> fetchAll(
129
- final CDACallback<CDAArray> callback) {
+ @SuppressWarnings("unchecked")
+ public CDACallback<CDAArray> fetchAll(CDACallback<CDAArray> callback) {
130
return subscribe(rx().fetchAll(), callback, context);
131
}
132
0 commit comments