diff options
author | Noel Grandin <noel@peralex.com> | 2012-07-02 13:58:06 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-20 12:55:13 +0100 |
commit | 38d0e9014bb36f2777841da9497a684017c676f8 (patch) | |
tree | d5da42225dff867be696b217b06902d63d04cbd6 /qadevOOo/runner | |
parent | bf542dfdba7ec0996bf3a635ea87aeff176d0dc0 (diff) |
Java update - clean up some more @see and @link tags
Change-Id: Ib6f3af37906583af376687962b758d348431585f
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/lib/MultiPropertyTest.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/util/utils.java | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java b/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java index c4e1a5940b2d..5d371e48b731 100644 --- a/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java +++ b/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java @@ -107,8 +107,6 @@ public class GraphicalDifferenceCheck * * @param _sInputFile the original document * @param _sReferencePath the directory where the document will print as file or export as pdf. - * - * @throws ConvWatchException if the are problems, see containing message */ public static boolean isReferenceExists(String _sInputFile, String _sReferencePath, GraphicalTestArguments _aGTA) { diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java index cf347cce6389..5d6132341b69 100644 --- a/qadevOOo/runner/lib/MultiPropertyTest.java +++ b/qadevOOo/runner/lib/MultiPropertyTest.java @@ -54,7 +54,7 @@ import com.sun.star.uno.Type; * * @see MultiMethodTest * @see #testProperty(String) - * @see #testProperty(String, Propertytester) + * @see #testProperty(String, PropertyTester) * @see #getNewValue * @see #compare * @see #toString(Object) diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java index 78019ae01947..4654014f327e 100644 --- a/qadevOOo/runner/util/utils.java +++ b/qadevOOo/runner/util/utils.java @@ -889,7 +889,7 @@ public class utils { * @param expand the string to expand * @throws java.lang.Exception was thrown on any exception * @return return the expanded string - * @see com.sun.star.util.theMacroExpander + * @see com.sun.star.util.XMacroExpander */ public static String expandMacro(XMultiServiceFactory xMSF, String expand) throws java.lang.Exception { try { |