diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/ViewHierarchyUtil.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/ViewHierarchyUtil.java index 1897e2ec83bbf5..b676ed160c308e 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/ViewHierarchyUtil.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/ViewHierarchyUtil.java @@ -14,7 +14,7 @@ import java.util.Queue; /** Helper for computing information about the view hierarchy */ -public class ViewHierarchyUtil { +class ViewHierarchyUtil { /** Returns the view instance and depth of the deepest leaf view from the given root view. */ public static Pair getDeepestLeaf(View root) {