Subversion Repository Public Repository

litesoft

Diff Revisions 627 vs 628 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/widget/WrappingLabel.java

Diff revisions: vs.
  @@ -16,6 +16,9 @@
16 16 initWidget( htmlWidget );
17 17 }
18 18
19 + /**
20 + * @param text can be null and can have white space
21 + */
19 22 public WrappingLabel( String text )
20 23 {
21 24 this();
  @@ -23,7 +26,7 @@
23 26 }
24 27
25 28 /**
26 - * @param text will NOT be null or have any leading/trailing whitespace
29 + * @param text will NOT be null or have any leading/trailing whitespace?
27 30 */
28 31 @Override
29 32 protected String normalizeHTML( String text )