Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/external/PreventSelectionControllerIE6.java

Diff revisions: vs.
  @@ -19,17 +19,14 @@
19 19 import com.google.gwt.user.client.*;
20 20 import com.google.gwt.user.client.ui.*;
21 21
22 - public class PreventSelectionControllerIE6 extends PreventSelectionControllerStandard
23 - {
22 + public class PreventSelectionControllerIE6 extends PreventSelectionControllerStandard {
24 23 @Override
25 - public void plugIn( Widget widget )
26 - {
24 + public void plugIn( Widget widget ) {
27 25 installHook( widget.getElement() );
28 26 }
29 27
30 28 @Override
31 - public void unplug( Widget widget )
32 - {
29 + public void unplug( Widget widget ) {
33 30 uninstallHook( widget.getElement() );
34 31 }
35 32