Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -3,5 +3,5 @@
3 3
4 4 public interface TableClickCommand<RowType>
5 5 {
6 - void execute(RowType pRowValue);
6 + void execute( RowType pRowValue );
7 7 }