summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java b/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java
index b0dd3d637925..4b9d7f9478f6 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java
@@ -43,10 +43,6 @@ public class StarReportDataFactory implements ReportDataFactory, Cloneable
* Parameterset given here may contain more data than actually needed.
* <p/>
* The dataset may change between two calls, do not assume anything!
- *
- * @param query
- * @param parameters
- * @return
*/
public ReportData queryData(final String query, final DataSet parameters)
throws ReportDataFactoryException
@@ -94,8 +90,6 @@ public class StarReportDataFactory implements ReportDataFactory, Cloneable
* Derives a freshly initialized report data factory, which is independent of
* the original data factory. Opening or Closing one data factory must not
* affect the other factories.
- *
- * @return
*/
public ReportDataFactory derive()
{