fix: import correct field for op base
This commit is contained in:
@@ -71,10 +71,10 @@ public interface RSWidget extends Widget
|
|||||||
@Import("text")
|
@Import("text")
|
||||||
String getRSText();
|
String getRSText();
|
||||||
|
|
||||||
@Import("name")
|
@Import("opBase")
|
||||||
String getRSName();
|
String getRSName();
|
||||||
|
|
||||||
@Import("name")
|
@Import("opBase")
|
||||||
void setRSName(String name);
|
void setRSName(String name);
|
||||||
|
|
||||||
@Import("text")
|
@Import("text")
|
||||||
|
|||||||
Reference in New Issue
Block a user