summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/complexlib/Assurance.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/complexlib/Assurance.java')
-rw-r--r--qadevOOo/runner/complexlib/Assurance.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/complexlib/Assurance.java b/qadevOOo/runner/complexlib/Assurance.java
index 53d287e9dc48..0cbc1e0aaf20 100644
--- a/qadevOOo/runner/complexlib/Assurance.java
+++ b/qadevOOo/runner/complexlib/Assurance.java
@@ -170,7 +170,7 @@ public class Assurance
public class AssureException extends RuntimeException {
- public AssureException(String msg) {
+ private AssureException(String msg) {
super(msg);
}
public AssureException(Throwable cause) {