mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a1d374e504
Summary: This fixed a bug in the JS Java spec generator. Optional methods were still marked `abstract` before this fix. Instead it should be a normal method with potentially falsy return value. The JavaPoet version does this correctly already, but there was a minor typo with void return type vs optional. Changelog: [Internal] Reviewed By: RSNara Differential Revision: D24524432 fbshipit-source-id: 57a248580a78bc255f34d0492ebe3a4691e66667