Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/forms/client/nonpublic/AttributeAdapterManager.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.client.nonpublic;
2 3
3 4 import java.util.*;
  @@ -49,7 +50,7 @@
49 50
50 51 private void apply( AttributeUpdateFormData pUpdate )
51 52 {
52 - // todo: need to add a FormAttributeAdapter for the Tab Label
53 + // todo: need to add a FormAttributeAdapter for the Tab Label
53 54 FormAttributeAdapter adapter = get( pUpdate.getUniqueID() );
54 55 if ( adapter == null )
55 56 {