Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/view/TransientScreenProperties.java

Diff revisions: vs.
  @@ -6,8 +6,8 @@
6 6 */
7 7 public class TransientScreenProperties extends Properties
8 8 {
9 - public final Property<String> WARNING = new Property<String>(this, "warning");
10 - public final Property<String> ERROR = new Property<String>(this, "error");
9 + public final Property<String> WARNING = new Property<String>( this, "warning" );
10 + public final Property<String> ERROR = new Property<String>( this, "error" );
11 11 // public final Property<ViewDef> PREVIOUS_SCREEN_DEF = new Property<ViewDef>(this, "previousScreenDef");
12 12
13 13 public TransientScreenProperties()