Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/nonpublic/LLUnexpectedProblemHandler.java

Diff revisions: vs.
  @@ -3,6 +3,5 @@
3 3
4 4 public interface LLUnexpectedProblemHandler extends LLUnexpectedExceptionHandler
5 5 {
6 - public void LLhandleNonNull( String pFrom, String pProblemCode, String[] pProblemValues,
7 - Throwable pException );
6 + public void LLhandleNonNull( String pFrom, String pProblemCode, String[] pProblemValues, Throwable pException );
8 7 }