Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/forms/server/support/TypeHelper.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.forms.server.support;
2 3
3 4 import java.util.*;
  @@ -171,7 +172,7 @@
171 172
172 173 return zLocalList;
173 174 }
174 -
175 +
175 176 public List<String> getActionIDs() {
176 177 List<String> result = new ArrayList<String>();
177 178 for ( ActionMetaData data : mActions ) {
  @@ -179,7 +180,7 @@
179 180 }
180 181 return result;
181 182 }
182 -
183 +
183 184 public List<String> getAttributeNames() {
184 185 List<String> result = new ArrayList<String>();
185 186 for( AMDconverterPair ap : getAMDconvertPairs() ) {