diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/NoSuchNativeViewException.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/NoSuchNativeViewException.java index 6dfdf53601d603..02c6fe31efee2a 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/NoSuchNativeViewException.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/NoSuchNativeViewException.java @@ -11,7 +11,7 @@ * Exception thrown when a class tries to access a native view by a tag that has no native view * associated with it. */ -public class NoSuchNativeViewException extends IllegalViewOperationException { +class NoSuchNativeViewException extends IllegalViewOperationException { public NoSuchNativeViewException(String detailMessage) { super(detailMessage);