Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/datatables/ClickHandlerProperty.java

Diff revisions: vs.
  @@ -14,11 +14,11 @@
14 14 }
15 15 };
16 16
17 - private static ClickHandlerProperty sDefault = new ClickHandlerProperty(null);
17 + private static ClickHandlerProperty sDefault = new ClickHandlerProperty( null );
18 18
19 19 private final CellClickHandler<?> mValue;
20 20
21 - public ClickHandlerProperty(CellClickHandler<?> pValue)
21 + public ClickHandlerProperty( CellClickHandler<?> pValue )
22 22 {
23 23 mValue = pValue;
24 24 }