Subversion Repository Public Repository

litesoft

Diff Revisions 850 vs 851 for /trunk/mobileGWT/SampleStarter/src/com/richasp/samplestarter/mobile/client/views/forms/memo/AbstractFormsData.java

Diff revisions: vs.
  @@ -31,6 +31,12 @@
31 31 return new FormsData( (FormsData) this );
32 32 }
33 33
34 + @Override
35 + protected FormsData defaultInstance()
36 + {
37 + return DEFAULT_INSTANCE;
38 + }
39 +
34 40 /**
35 41 * First Name of the Primary Contact
36 42 */