Skip to content

Commit c348c81

Browse files
authored
bugfix: method does not override or implement a method from a supertype
Building with @overide would cause `gradle` to throw `error: method does not override or implement a method from a supertype`. Removed it.
1 parent bcd2510 commit c348c81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/app/src/main/java/com/contoriel/cafebazaar/CafeBazaarPackage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
2424
return modules;
2525
}
2626

27-
@Override
2827
public List<Class<? extends JavaScriptModule>> createJSModules() {
2928
return Collections.emptyList();
3029
}

0 commit comments

Comments
 (0)