mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove @CountEnum from OSS classes
Summary: Back out D9614432 and partially revert D9623235 to unbreak OSS. Reviewed By: hramos Differential Revision: D9779548 fbshipit-source-id: 931c4987ed5acbae3790c42717662fed77599335
This commit is contained in:
committed by
Facebook Github Bot
parent
1151c096da
commit
2869117127
@@ -13,8 +13,6 @@ import java.io.Writer;
|
||||
import java.util.ArrayDeque;
|
||||
import java.util.Deque;
|
||||
|
||||
import com.facebook.thecount.api.CountEnum;
|
||||
|
||||
/**
|
||||
* Simple Json generator that does no validation.
|
||||
*/
|
||||
@@ -209,7 +207,6 @@ public class JsonWriter implements Closeable {
|
||||
mScopes.push(scope);
|
||||
}
|
||||
|
||||
@CountEnum
|
||||
private enum Scope {
|
||||
EMPTY_OBJECT,
|
||||
OBJECT,
|
||||
|
||||
Reference in New Issue
Block a user