Subversion Repository Public Repository

litesoft

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

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