Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/forms/server/UnresolvedExternalization.java

Diff revisions: vs.
  @@ -1,13 +1,13 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.forms.server;
3 -
4 - import org.litesoft.GWT.forms.server.support.nonpublic.*;
5 - import org.litesoft.ui_1_5.*;
6 -
7 - public class UnresolvedExternalization extends AbstractCommonExternalization {
8 - public static final ExternalizationInterface INSTANCE = new UnresolvedExternalization();
9 -
10 - protected String LLresolve( String pKey ) {
11 - return "[" + pKey + "]";
12 - }
13 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.forms.server;
3 +
4 + import org.litesoft.GWT.forms.server.support.nonpublic.*;
5 + import org.litesoft.ui_1_5.*;
6 +
7 + public class UnresolvedExternalization extends AbstractCommonExternalization {
8 + public static final ExternalizationInterface INSTANCE = new UnresolvedExternalization();
9 +
10 + protected String LLresolve( String pKey ) {
11 + return "[" + pKey + "]";
12 + }
13 + }