Subversion Repository Public Repository

litesoft

Diff Revisions 938 vs 939 for /trunk/Java/core/jvm1.4/src/org/litesoft/ui/def/nonpublic/support/FormToServicePeerDataCollector.java

Diff revisions: vs.
  @@ -1,9 +1,9 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.ui.def.nonpublic.support;
3 3
4 - import java.util.*;
4 + import org.litesoft.commonfoundation.typeutils.Objects;
5 5
6 - import org.litesoft.core.typeutils.*;
6 + import java.util.*;
7 7
8 8 public class FormToServicePeerDataCollector extends AbstractFormToServicePeerData
9 9 {
  @@ -21,6 +21,7 @@
21 21 return (mActionRequest != null) || !mAttributeUpdates.isEmpty();
22 22 }
23 23
24 + @Override
24 25 public Integer getAsyncMessageNumber()
25 26 {
26 27 return mAsyncMessageNumber;
  @@ -31,6 +32,7 @@
31 32 mActionRequest = pActionRequest;
32 33 }
33 34
35 + @Override
34 36 public ActionRequestFormData getActionRequest()
35 37 {
36 38 return mActionRequest;
  @@ -44,6 +46,7 @@
44 46 }
45 47 }
46 48
49 + @Override
47 50 protected ValueUpdatedFormData[] LLgetAttributeUpdates()
48 51 {
49 52 if ( mAttributeUpdates.isEmpty() )