Skip to content

Commit

Permalink
Reduce visibility of DebugCorePackage (#41014)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #41014

DebugCorePackage is only used from com.facebook.react, there are no interesting usages internally at Meta or in OSS, so I'm reducing the visibility to package.

bypass-github-export-checks

changelog: [Android][Breaking] Reducing visibility of DebugCorePackage

Reviewed By: christophpurrer

Differential Revision: D50338294

fbshipit-source-id: db9b3be3b1899733a2f9d5f1cbeb314c2d350b57
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 19, 2023
1 parent bc16bc5 commit 5ad4bdb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
nativeModules = {
JSCHeapCapture.class,
})
public class DebugCorePackage extends TurboReactPackage implements ViewManagerOnDemandReactPackage {
/* package */
class DebugCorePackage extends TurboReactPackage implements ViewManagerOnDemandReactPackage {
private @Nullable Map<String, ModuleSpec> mViewManagers;

public DebugCorePackage() {}
Expand Down

0 comments on commit 5ad4bdb

Please sign in to comment.