Subversion Repository Public Repository

litesoft

Diff Revisions 723 vs 724 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/support/ExceptionDisplayHelper.java

Diff revisions: vs.
  @@ -7,7 +7,7 @@
7 7 import com.temp.shared.utils.Assert;
8 8 import com.temp.shared.utils.ObjectUtils;
9 9 import com.temp.shared.utils.StringUtils;
10 - import com.temp.shared.utils.TemplateSource;
10 + import org.litesoft.core.util.TemplateSource;
11 11
12 12 /**
13 13 * Helper to create the: Title, Body text blocks, & an indicator regarding
  @@ -28,7 +28,7 @@
28 28 * The "throwable" is the problem either caught by the
29 29 * "UncaughtExceptionHandler" or the un-handled problem fro mthe RPCall.
30 30 *
31 - * @see com.temp.shared.utils.TemplateSource
31 + * @see TemplateSource
32 32 *
33 33 * @author georgs
34 34 */