Subversion Repository Public Repository

litesoft

Diff Revisions 821 vs 822 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/nonpublic/LLAlertUnexpectedProblemHandler.java

Diff revisions: vs.
  @@ -3,7 +3,6 @@
3 3
4 4 import org.litesoft.GWT.client.*;
5 5 import org.litesoft.core.typeutils.*;
6 - import org.litesoft.core.util.*;
7 6 import org.litesoft.core.util.nonpublic.*;
8 7
9 8 public class LLAlertUnexpectedProblemHandler extends LLAlertUnexpectedExceptionHandler
  @@ -19,7 +18,7 @@
19 18 zDetail.append( "of:\r\n" ).append( pProblemCode );
20 19 if ( pProblemValues != null )
21 20 {
22 - String zValues = Strings.noEmpty( UtilsCommon.toString( pProblemValues, "\r\n" ) );
21 + String zValues = Strings.noEmpty( Objects.toString( pProblemValues, "\r\n" ) );
23 22 if ( zValues != null )
24 23 {
25 24 zDetail.append( "\r\n" ).append( zValues );