diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-07 08:55:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-12 09:41:31 +0200 |
commit | 1c496506bc0d720241e5f9877681197e3b6d576a (patch) | |
tree | a3cf74b38175e94811f429e88faf6e5daec44492 /sc | |
parent | f086884fc33aabd4c9abb1efd8f6892dba4830cf (diff) |
java: remove useless javadoc tags
that are not conveying any useful information
Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/complex/dataPilot/_XDataPilotDescriptor.java | 12 | ||||
-rw-r--r-- | sc/qa/complex/dataPilot/_XDataPilotTable.java | 2 |
2 files changed, 0 insertions, 14 deletions
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 { * <ul> * <li> <code> setSourceRange() </code> : to have current source range </li> * </ul> - * @return */ public boolean _getSourceRange(){ // requiredMethod("setSourceRange()"); @@ -126,7 +124,6 @@ public class _XDataPilotDescriptor { * <li> <code> getHiddenFields() </code> </li> * <li> <code> getPageFields() </code> </li> * </ul> - * @return */ public boolean _setSourceRange(){ /* executeMethod("getColumnFields()") ; @@ -150,7 +147,6 @@ public class _XDataPilotDescriptor { * <ul> * <li> <code> setTag() </code> : to have current tag </li> * </ul> - * @return */ public boolean _getTag(){ boolean bResult = true; @@ -164,7 +160,6 @@ public class _XDataPilotDescriptor { /** * Test just calls the method. <p> * Has <b> OK </b> status if the method successfully returns. <p> - * @return */ public boolean _setTag(){ oObj.setTag(sTag); @@ -179,7 +174,6 @@ public class _XDataPilotDescriptor { * Has <b> OK </b> 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. <p> - * @return */ public boolean _getDataPilotFields(){ boolean bResult = true; @@ -288,7 +282,6 @@ public class _XDataPilotDescriptor { * <ul> * <li> <code> getDataPilotFields() </code> : to have array of field names </li> * </ul> - * @return */ public boolean _getColumnFields(){ System.out.println("getColumnFields") ; @@ -305,7 +298,6 @@ public class _XDataPilotDescriptor { * <ul> * <li> <code> getDataPilotFields() </code> : to have array of field names </li> * </ul> - * @return */ public boolean _getDataFields(){ System.out.println("getDataFields") ; @@ -322,7 +314,6 @@ public class _XDataPilotDescriptor { * <ul> * <li> <code> getDataPilotFields() </code> : to have array of field names </li> * </ul> - * @return */ public boolean _getHiddenFields(){ System.out.println("getHiddenFields") ; @@ -339,7 +330,6 @@ public class _XDataPilotDescriptor { * <ul> * <li> <code> getDataPilotFields() </code> : to have array of field names </li> * </ul> - * @return */ public boolean _getRowFields(){ System.out.println("getRowFields") ; @@ -356,7 +346,6 @@ public class _XDataPilotDescriptor { * <ul> * <li> <code> getDataPilotFields() </code> : to have array of field names </li> * </ul> - * @return */ public boolean _getPageFields(){ System.out.println("getPageFields") ; @@ -369,7 +358,6 @@ public class _XDataPilotDescriptor { * Test calls the method and checks returned value. <p> * Has <b> OK </b> status if returned value isn't null * and no exceptions were thrown. <p> - * @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 <code>'OUTPUTRANGE'</code>. <p> * Has <b> OK </b> status if values are equal. <p> - * @return */ public boolean _getOutputRange(){ boolean bResult = true; @@ -102,7 +101,6 @@ public class _XDataPilotTable { * relation 'CELLFORCHECK'.<p> * Has <b>OK</b> status if value of the cell obtained by object relation * 'CELLFORCHECK' is changed. <p> - * @return */ public boolean _refresh(){ xCellForChange.setValue(changeValue); |