Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client.widgets.datatables;
2 3
3 4 public class SingleSelectRegularTable<T> extends RegularTable<T>
  @@ -14,4 +15,4 @@
14 15 super.onLoad();
15 16 loadData();
16 17 }
17 - }
18 + }