fix: import correct field for op base

This commit is contained in:
Joshua Filby
2018-03-26 17:09:51 -05:00
parent 102b8b1083
commit 1d7cb86c1c

View File

@@ -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")