Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -21,7 +21,7 @@
21 21 *
22 22 * @param pPrototypeValue a row value or null
23 23 */
24 - public void setPrototypeRowValue(RowType pPrototypeRowValue)
24 + public void setPrototypeRowValue( RowType pPrototypeRowValue )
25 25 {
26 26 mPrototypeRowValue = pPrototypeRowValue;
27 27 }