mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove package comment from JSCExecutor (#38255)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38255 Remove package comment from JSCExecutor This class was made public as part of D30346032, seems it's safe for it to be public changelog: [internal] internal Reviewed By: christophpurrer Differential Revision: D47309285 fbshipit-source-id: 061aeb3a803ded73cad7d45909ab22fe7489c811
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d37cdec070
commit
1e63d1939a
+1
-1
@@ -14,7 +14,7 @@ import com.facebook.react.bridge.ReadableNativeMap;
|
||||
import com.facebook.soloader.SoLoader;
|
||||
|
||||
@DoNotStrip
|
||||
/* package */ public class JSCExecutor extends JavaScriptExecutor {
|
||||
public class JSCExecutor extends JavaScriptExecutor {
|
||||
|
||||
static {
|
||||
loadLibrary();
|
||||
|
||||
Reference in New Issue
Block a user