Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -23,8 +23,7 @@
23 23 *
24 24 * @param <RowType> the data type of the row values
25 25 */
26 - public interface HasRowValueChangeHandlers<RowType>
27 - {
26 + public interface HasRowValueChangeHandlers<RowType> {
28 27 /**
29 28 * Adds a {@link RowValueChangeHandler}.
30 29 *