Little docs correction

Summary:
Comma out
Closes https://github.com/facebook/react-native/pull/11491

Differential Revision: D4339939

Pulled By: lacker

fbshipit-source-id: 4945d9804e39809a10e92f42f60434fe69552782
This commit is contained in:
Andrew 2016-12-16 10:03:16 -08:00 committed by Facebook Github Bot
parent 4e466d4c8a
commit 00449b2654

View File

@ -48,7 +48,7 @@ import com.facebook.react.uimanager.ViewManager;
* {@link #onHostDestroy} and {@link #onHostResume}). * {@link #onHostDestroy} and {@link #onHostResume}).
* *
* Ideally, this would be an interface, but because of the API used by earlier versions, it has to * Ideally, this would be an interface, but because of the API used by earlier versions, it has to
* have a static method, and so cannot (in Java < 8), be one. * have a static method, and so cannot (in Java < 8) be one.
*/ */
public abstract class ReactInstanceManager { public abstract class ReactInstanceManager {