Update stale JavaDoc reference
Summary: I don't like JavaDoc errors N/A; Change does not touch executable code Closes https://github.com/facebook/react-native/pull/17023 Differential Revision: D6472273 Pulled By: shergin fbshipit-source-id: 3131e17ca9925c42def02047082378fb3169c82b
This commit is contained in:
parent
95dac8db60
commit
5b83dbe25a
|
@ -231,7 +231,7 @@ public class ReactInstanceManagerBuilder {
|
||||||
* <li> {@link #setApplication}
|
* <li> {@link #setApplication}
|
||||||
* <li> {@link #setCurrentActivity} if the activity has already resumed
|
* <li> {@link #setCurrentActivity} if the activity has already resumed
|
||||||
* <li> {@link #setDefaultHardwareBackBtnHandler} if the activity has already resumed
|
* <li> {@link #setDefaultHardwareBackBtnHandler} if the activity has already resumed
|
||||||
* <li> {@link #setJSBundleFile} or {@link #setJSMainModuleName}
|
* <li> {@link #setJSBundleFile} or {@link #setJSMainModulePath}
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public ReactInstanceManager build() {
|
public ReactInstanceManager build() {
|
||||||
|
|
Loading…
Reference in New Issue