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 --- sc/qa/complex/dataPilot/_XDataPilotDescriptor.java | 12 ------------ sc/qa/complex/dataPilot/_XDataPilotTable.java | 2 -- 2 files changed, 14 deletions(-) (limited to 'sc') diff --git a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java index ddafe839c4a0..47960090b011 100644 --- a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java +++ b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java @@ -79,7 +79,6 @@ public class _XDataPilotDescriptor { /** * Retrieves object relations. - * @return */ public boolean before() { Integer amount = (Integer)param.get("FIELDSAMOUNT"); @@ -99,7 +98,6 @@ public class _XDataPilotDescriptor { * - * @return */ public boolean _getSourceRange(){ // requiredMethod("setSourceRange()"); @@ -126,7 +124,6 @@ public class _XDataPilotDescriptor { *
  • getHiddenFields()
  • *
  • getPageFields()
  • * - * @return */ public boolean _setSourceRange(){ /* executeMethod("getColumnFields()") ; @@ -150,7 +147,6 @@ public class _XDataPilotDescriptor { * - * @return */ public boolean _getTag(){ boolean bResult = true; @@ -164,7 +160,6 @@ public class _XDataPilotDescriptor { /** * Test just calls the method.

    * Has OK status if the method successfully returns.

    - * @return */ public boolean _setTag(){ oObj.setTag(sTag); @@ -179,7 +174,6 @@ public class _XDataPilotDescriptor { * Has OK status if returned value isn't null, number of fields * goten from returned value is less than number of fields obtained by relation * and no exceptions were thrown.

    - * @return */ public boolean _getDataPilotFields(){ boolean bResult = true; @@ -288,7 +282,6 @@ public class _XDataPilotDescriptor { *

    - * @return */ public boolean _getColumnFields(){ System.out.println("getColumnFields") ; @@ -305,7 +298,6 @@ public class _XDataPilotDescriptor { * - * @return */ public boolean _getDataFields(){ System.out.println("getDataFields") ; @@ -322,7 +314,6 @@ public class _XDataPilotDescriptor { * - * @return */ public boolean _getHiddenFields(){ System.out.println("getHiddenFields") ; @@ -339,7 +330,6 @@ public class _XDataPilotDescriptor { * - * @return */ public boolean _getRowFields(){ System.out.println("getRowFields") ; @@ -356,7 +346,6 @@ public class _XDataPilotDescriptor { * - * @return */ public boolean _getPageFields(){ System.out.println("getPageFields") ; @@ -369,7 +358,6 @@ public class _XDataPilotDescriptor { * Test calls the method and checks returned value.

    * Has OK status if returned value isn't null * and no exceptions were thrown.

    - * @return */ public boolean _getFilterDescriptor(){ boolean bResult = oObj.getFilterDescriptor() != null; diff --git a/sc/qa/complex/dataPilot/_XDataPilotTable.java b/sc/qa/complex/dataPilot/_XDataPilotTable.java index 4e462d0bff99..416afcd1f018 100644 --- a/sc/qa/complex/dataPilot/_XDataPilotTable.java +++ b/sc/qa/complex/dataPilot/_XDataPilotTable.java @@ -85,7 +85,6 @@ public class _XDataPilotTable { * Test calls the method and checks returned value using value obtained by * object relation 'OUTPUTRANGE'.

    * Has OK status if values are equal.

    - * @return */ public boolean _getOutputRange(){ boolean bResult = true; @@ -102,7 +101,6 @@ public class _XDataPilotTable { * relation 'CELLFORCHECK'.

    * Has OK status if value of the cell obtained by object relation * 'CELLFORCHECK' is changed.

    - * @return */ public boolean _refresh(){ xCellForChange.setValue(changeValue); -- cgit