Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -18,6 +18,7 @@
18 18 mEachTDwidth = UtilsCommon.noEmpty( pEachTDwidth );
19 19 }
20 20
21 + @Override
21 22 protected Element wrap( Element pTD )
22 23 {
23 24 if ( mEachTDwidth != null )