diff options
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/complexlib/Assurance.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/complexlib/Assurance.java b/qadevOOo/runner/complexlib/Assurance.java index f2169b02ef59..9e7d269d6f16 100644 --- a/qadevOOo/runner/complexlib/Assurance.java +++ b/qadevOOo/runner/complexlib/Assurance.java @@ -134,7 +134,7 @@ public class Assurance assure(msg, false, cont); } - public class AssureException extends RuntimeException { + public static class AssureException extends RuntimeException { private AssureException(String msg) { super(msg); |