summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/complexlib/Assurance.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-18 18:37:06 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-20 10:26:52 +0200
commit2554f08f6544c54e45a5fc660d65d50ef3f29aed (patch)
treeecd9bc25e060277a6875e9dac85d9a5d6d3de3aa /qadevOOo/runner/complexlib/Assurance.java
parent8d39b71f35e088f9e153e2462158ce2962cf3a8a (diff)
Fix some deprecation warnings
Change-Id: I60a02dea64a5f6fd34c2de86e60bdfb9171b3ea0 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'qadevOOo/runner/complexlib/Assurance.java')
-rw-r--r--qadevOOo/runner/complexlib/Assurance.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/complexlib/Assurance.java b/qadevOOo/runner/complexlib/Assurance.java
index 980ede95f052..b250c6326dbd 100644
--- a/qadevOOo/runner/complexlib/Assurance.java
+++ b/qadevOOo/runner/complexlib/Assurance.java
@@ -409,9 +409,9 @@ public class Assurance
assure(msg, false, cont);
}
- /**
- * @deprecated
- */
+// /**
+// * @deprecated
+// */
// protected void addResult(String message, boolean state) {
// String msg = message + " - " + state;
// this.state &= state;