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:
Petter Hesselberg 2017-12-03 20:47:06 -08:00 committed by Facebook Github Bot
parent 95dac8db60
commit 5b83dbe25a
1 changed files with 1 additions and 1 deletions

View File

@ -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() {