mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Use AndroidX GuardedBy annotation in favor of Javax GuardedBy annotation
Summary: Use AndroidX GuardedBy annotation in favor of Javax GuardedBy annotation Reviewed By: ejanzer Differential Revision: D16234167 fbshipit-source-id: 7f818d20b332a866926f80275b4c8a7489d4c6d3
This commit is contained in:
committed by
Facebook Github Bot
parent
9645328606
commit
1914d9a4c0
@@ -5,7 +5,7 @@
|
||||
|
||||
package com.facebook.react.bridge;
|
||||
|
||||
import javax.annotation.concurrent.GuardedBy;
|
||||
import androidx.annotation.GuardedBy;
|
||||
|
||||
/**
|
||||
* Wrapper for JavaScriptContext native pointer. CatalystInstanceImpl creates this on demand, and
|
||||
|
||||
Reference in New Issue
Block a user