Skip to content

Commit

Permalink
Changed mgwt to work with GWT 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kfa committed Sep 30, 2014
1 parent daaad59 commit 3fd1752
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ public void setSelectionRange(int pos, int length) {
box.setSelectionRange(pos, length);
}

@Override
public void setText(String text) {
box.setText(text);
}
Expand Down

0 comments on commit 3fd1752

Please sign in to comment.