Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/com/google/gwt/gen2/table/client/HasTableDefinition.java

Diff revisions: vs.
  @@ -20,8 +20,7 @@
20 20 *
21 21 * @param <RowType> the type of the row values
22 22 */
23 - public interface HasTableDefinition<RowType>
24 - {
23 + public interface HasTableDefinition<RowType> {
25 24 /**
26 25 * @return the {@link TableDefinition} used to render cells.
27 26 */