mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update javadoc of ReactRoot.getState()
Summary: Update javadoc of ReactRoot.getState() since the task was fixed and the API remained the same changelog: [internal] internal Reviewed By: javache Differential Revision: D33981298 fbshipit-source-id: 0136a640b884a787b0a20162781735630c1fa1c7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2bc883e6b7
commit
7cc7e66564
@@ -65,11 +65,6 @@ public interface ReactRoot {
|
||||
@Nullable
|
||||
String getSurfaceID();
|
||||
|
||||
/**
|
||||
* This API is likely to change once the fix of T78832286 is confirmed TODO: T78832286 revisit
|
||||
* this API
|
||||
*
|
||||
* @return an {@link AtomicInteger} that represents the state of the ReactRoot object. WARNING:
|
||||
*/
|
||||
/** @return an {@link AtomicInteger} that represents the state of the ReactRoot object. */
|
||||
AtomicInteger getState();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user