From 1c496506bc0d720241e5f9877681197e3b6d576a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 7 Aug 2014 08:55:52 +0200 Subject: java: remove useless javadoc tags that are not conveying any useful information Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1 --- qadevOOo/runner/convwatch/OfficePrint.java | 16 ---------------- qadevOOo/runner/convwatch/ReportDesignerTest.java | 2 -- 2 files changed, 18 deletions(-) (limited to 'qadevOOo/runner/convwatch') diff --git a/qadevOOo/runner/convwatch/OfficePrint.java b/qadevOOo/runner/convwatch/OfficePrint.java index ba3e03c298e9..9efa7049068a 100644 --- a/qadevOOo/runner/convwatch/OfficePrint.java +++ b/qadevOOo/runner/convwatch/OfficePrint.java @@ -95,9 +95,6 @@ public class OfficePrint { * the GraphicalTestArguments must contain a living MultiServiceFactory object * or we crash here. * Be aware, the ownership of the document gets to you, you have to close it. - * @param _aGTA - * @param _sInputURL - * @return */ public static XComponent loadFromURL(GraphicalTestArguments _aGTA, String _sInputURL) @@ -302,10 +299,6 @@ public class OfficePrint { * Due to the fact we use a printer to convert the file to postscript, the default printer * to create such postscript format must be installed, this is not tested here. * - * @param _aGTA - * @param _sInputURL - * @param _sOutputURL - * @param _sPrintFileURL * @return true, if print has been done. * Be careful, true means only print returns with no errors, to be sure print is really done * check existence of _sPrintFileURL @@ -624,9 +617,6 @@ public class OfficePrint { /** - * @param _aGTA - * @param _sAbsoluteOutputPath - * @param _sAbsoluteInputFile * @return true, if the reference (*.prrn file) based on given output path and given input path exist. * If OVERWRITE_REFERENCE is set, always return false. */ @@ -671,12 +661,6 @@ public class OfficePrint { * _sAbsoluteOutputPath contains the destination, where the file will store after load with StarOffice/OpenOffice.org * if is null, print only near the Input file path * _sPrintType ".prn" Print input file with StarOffice/OpenOffice.org and the default printer as PostScript - * - * @param _aGTA - * @param _sAbsoluteOutputPath - * @param _sAbsoluteInputFile - * @return - * @throws ConvWatchCancelException */ public static boolean buildReference(GraphicalTestArguments _aGTA, String _sAbsoluteOutputPath, diff --git a/qadevOOo/runner/convwatch/ReportDesignerTest.java b/qadevOOo/runner/convwatch/ReportDesignerTest.java index 0aad73c78985..5b059e8ecc4b 100644 --- a/qadevOOo/runner/convwatch/ReportDesignerTest.java +++ b/qadevOOo/runner/convwatch/ReportDesignerTest.java @@ -86,7 +86,6 @@ class PropertyHelper { /** Create a PropertyValue[] from a ArrayList - @param _aPropertyList @return a PropertyValue[] */ public static PropertyValue[] createPropertyValueArrayFormArrayList(ArrayList _aPropertyList) @@ -123,7 +122,6 @@ public class ReportDesignerTest extends ComplexTestCase { /** * This method returns a list of Strings, each string must be a function name in this class. - * @return */ @Override public String[] getTestMethodNames() -- cgit