Summary:
fix link in comment
Closes https://github.com/facebook/react-native/pull/8295

Differential Revision: D3469079

Pulled By: javache

fbshipit-source-id: e4c4c3b8871bfac1ff49d5cb29305f96e30282b6
This commit is contained in:
hi大头鬼hi 2016-06-22 03:22:27 -07:00 committed by Facebook Github Bot 1
parent d9adeb9299
commit 3e4f16a2a6
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ public class DevSupportManagerImpl implements DevSupportManager {
}
/**
* @return {@code true} if {@link ReactInstanceManager} should use downloaded JS bundle file
* @return {@code true} if {@link com.facebook.react.ReactInstanceManager} should use downloaded JS bundle file
* instead of using JS file from assets. This may happen when app has not been updated since
* the last time we fetched the bundle.
*/