mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove deleted parameter from javadoc
Summary: ez javadoc changelog: [internal] Reviewed By: fkgozali Differential Revision: D25468185 fbshipit-source-id: bba614df552b3c8431e77aaa51a29e08fae5ea7f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
59f8b6adbb
commit
72ddd69222
@@ -15,6 +15,7 @@ import static com.facebook.react.uimanager.common.UIManagerType.FABRIC;
|
||||
import android.content.ComponentCallbacks2;
|
||||
import android.content.res.Configuration;
|
||||
import android.view.View;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.collection.ArrayMap;
|
||||
import com.facebook.common.logging.FLog;
|
||||
@@ -208,7 +209,7 @@ public class UIManagerModule extends ReactContextBaseJavaModule
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
public @NonNull String getName() {
|
||||
return NAME;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user