Subversion Repository Public Repository

litesoft

Diff Revisions 632 vs 948 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/widget/input/support/RadioButtonValueAdapter.java

Diff revisions: vs.
  @@ -2,10 +2,8 @@
2 2
3 3 import com.google.gwt.user.client.ui.*;
4 4
5 - public class RadioButtonValueAdapter extends CheckBoxValueAdapter
6 - {
7 - public RadioButtonValueAdapter( RadioButton inputWidget )
8 - {
5 + public class RadioButtonValueAdapter extends CheckBoxValueAdapter {
6 + public RadioButtonValueAdapter( RadioButton inputWidget ) {
9 7 super( inputWidget );
10 8 }
11 9 }