Skip to content

Commit

Permalink
Remove override of createJSModules (oblador#516)
Browse files Browse the repository at this point in the history
* Remove override of createJSModules

Fixes oblador#515

* Update VectorIconsPackage.java

remove override annotation, this allows for backwards compatibility.

* Diff nit

* And another nit..
  • Loading branch information
fractalwrench authored and oblador committed Jul 30, 2017
1 parent 7277f99 commit b7599a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public List<NativeModule> createNativeModules(
return modules;
}

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
Expand Down

0 comments on commit b7599a0

Please sign in to comment.