mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ReactViewGroup - fix setBorderRadius javadoc (#47892)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47892 Update to match the method so it doesn't show as an error in the IDE. Changelog:[Internal] Reviewed By: jorge-cab Differential Revision: D66326667 fbshipit-source-id: f81bdc7763862fc06440b27e417e0b53ad7774da
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e4d8c96786
commit
e2c621c5fc
+2
-2
@@ -322,7 +322,7 @@ public class ReactViewGroup extends ViewGroup
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link #setBorderRadius(BorderRadiusProp, Float)} instead.
|
||||
* @deprecated Use {@link #setBorderRadius(BorderRadiusProp, LengthPercentage)} instead.
|
||||
*/
|
||||
@Deprecated(since = "0.75.0", forRemoval = true)
|
||||
public void setBorderRadius(float borderRadius) {
|
||||
@@ -330,7 +330,7 @@ public class ReactViewGroup extends ViewGroup
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link #setBorderRadius(BorderRadiusProp, Float)} instead.
|
||||
* @deprecated Use {@link #setBorderRadius(BorderRadiusProp, LengthPercentage)} instead.
|
||||
*/
|
||||
@Deprecated(since = "0.75.0", forRemoval = true)
|
||||
public void setBorderRadius(float borderRadius, int position) {
|
||||
|
||||
Reference in New Issue
Block a user