Fix some nits/typos in MapBuffer

Summary:
Was trying out some behaviour when using the MapBuffer experiment and fixed some small issues.

Changelog: [Internal]

Reviewed By: ShikaSD

Differential Revision: D34108859

fbshipit-source-id: 550ca0847419006ec17472cc4b70d38fc8d05396
This commit is contained in:
Pieter De Baets
2022-02-15 14:06:42 -08:00
committed by Facebook GitHub Bot
parent 9f6f97151c
commit 45af635b1e
7 changed files with 14 additions and 16 deletions
@@ -46,7 +46,7 @@ public class StateWrapperImpl implements StateWrapper {
@Override
@Nullable
public ReadableMapBuffer getStatDataMapBuffer() {
public ReadableMapBuffer getStateDataMapBuffer() {
if (mDestroyed) {
FLog.e(TAG, "Race between StateWrapperImpl destruction and getState");
return null;