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