Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -65,6 +65,7 @@
65 65 /**
66 66 * Render full row w/ prototype values
67 67 */
68 + @SuppressWarnings({"unchecked"})
68 69 public static <RowType> void renderPrototypeRow(TableDefinition<RowType> pTableDefinition, RowType pValue, Element pTr)
69 70 {
70 71 for (Node child; (child = pTr.getFirstChild()) != null; )