diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-07 09:21:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-12 09:41:31 +0200 |
commit | 5656fe58a0e2083be45c0b9ca7aff41054d7146a (patch) | |
tree | 175b0052de6f182a78c2c1cbc370cbc86c07593c /qadevOOo | |
parent | 1c496506bc0d720241e5f9877681197e3b6d576a (diff) |
java: fix broken javadoc tags
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/lib/MultiPropertyTest.java | 1 | ||||
-rw-r--r-- | qadevOOo/runner/lib/TestResult.java | 1 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/awt/_XListBox.java | 1 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/task/_XInteractionHandler.java | 1 |
4 files changed, 0 insertions, 4 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 ); diff --git a/qadevOOo/tests/java/ifc/awt/_XListBox.java b/qadevOOo/tests/java/ifc/awt/_XListBox.java index 7d49ee226a50..53531a3df459 100644 --- a/qadevOOo/tests/java/ifc/awt/_XListBox.java +++ b/qadevOOo/tests/java/ifc/awt/_XListBox.java @@ -101,7 +101,6 @@ public class _XListBox extends MultiMethodTest { /** * Retrieves object relations. - * @throws StatusException If one of relations not found. */ @Override public void before() { diff --git a/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java b/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java index bd9748574dec..b118e2611b92 100644 --- a/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java +++ b/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java @@ -59,7 +59,6 @@ public class _XInteractionHandler extends MultiMethodTest { /** * Retrieves an object relation. <p> - * @throws StatusException If the relation is not found. */ @Override public void before() { |