mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix a typo in BaseJavaModule (#25245)
Summary: This PR only fixes a one small orthographic error Pull Request resolved: https://github.com/facebook/react-native/pull/25245 Differential Revision: D15796478 Pulled By: hramos fbshipit-source-id: ccb811b43b0d2efc5d97ba335b60531a0fcbda10
This commit is contained in:
committed by
Facebook Github Bot
parent
3f951378bf
commit
3bf068ac93
@@ -68,7 +68,7 @@ public abstract class BaseJavaModule implements NativeModule {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Cleanup Logic for TurboModuels
|
||||
// Cleanup Logic for TurboModules
|
||||
public void invalidate() {
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user