summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-07 09:21:00 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:31 +0200
commit5656fe58a0e2083be45c0b9ca7aff41054d7146a (patch)
tree175b0052de6f182a78c2c1cbc370cbc86c07593c /qadevOOo/runner/lib
parent1c496506bc0d720241e5f9877681197e3b6d576a (diff)
java: fix broken javadoc tags
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
Diffstat (limited to 'qadevOOo/runner/lib')
-rw-r--r--qadevOOo/runner/lib/MultiPropertyTest.java1
-rw-r--r--qadevOOo/runner/lib/TestResult.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index 10d2a67fb103..b314ccf8626b 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -55,7 +55,6 @@ import com.sun.star.uno.Type;
* @see MultiMethodTest
* @see #testProperty(String)
* @see #testProperty(String, PropertyTester)
- * @see #getNewValue
* @see #compare
* @see #toString(Object)
*/
diff --git a/qadevOOo/runner/lib/TestResult.java b/qadevOOo/runner/lib/TestResult.java
index 9dbd268175cc..a6c964f258ee 100644
--- a/qadevOOo/runner/lib/TestResult.java
+++ b/qadevOOo/runner/lib/TestResult.java
@@ -88,7 +88,6 @@ public class TestResult {
*
* @see #tested(String, boolean)
* @see #tested(String, Status)
- * @see #assert
*/
public Status getStatusFor( String method ) {
return testedMethods.get( method );