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:
David Vacca
2022-02-04 10:32:46 -08:00
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();
}