Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -22,8 +22,7 @@
22 22 *
23 23 * @param <RowType> the type of the row value
24 24 */
25 - public interface RowRenderer<RowType>
26 - {
25 + public interface RowRenderer<RowType> {
27 26 /**
28 27 * Render the contents of a row as a
29 28 * {@link com.google.gwt.user.client.ui.Widget} or Text of HTML.