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 0a43aae6b1c9..41f7ae4ffc4c 100644
--- a/qadevOOo/runner/complexlib/Assurance.java
+++ b/qadevOOo/runner/complexlib/Assurance.java
@@ -263,7 +263,7 @@ public class Assurance
boolean noExceptionAllowed = ( _expectedExceptionClass == null );
- boolean caughtExpected = noExceptionAllowed ? true : false;
+ boolean caughtExpected = noExceptionAllowed;
try
{
Method method = objectClass.getMethod( _methodName, _argClasses );