summaryrefslogtreecommitdiff
path: root/reportbuilder
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-07 09:21:00 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:31 +0200
commit5656fe58a0e2083be45c0b9ca7aff41054d7146a (patch)
tree175b0052de6f182a78c2c1cbc370cbc86c07593c /reportbuilder
parent1c496506bc0d720241e5f9877681197e3b6d576a (diff)
java: fix broken javadoc tags
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
Diffstat (limited to 'reportbuilder')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/StarReportModule.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/loader/InputRepositoryLoader.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/StarReportModule.java b/reportbuilder/java/org/libreoffice/report/pentaho/StarReportModule.java
index 0e6b1e124641..68016d415c1a 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/StarReportModule.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/StarReportModule.java
@@ -37,7 +37,7 @@ public class StarReportModule extends AbstractModule
* not be available to the system.
*
* @param subSystem the subSystem.
- * @throws org.jfree.base.modules.ModuleInitializeException
+ * @throws ModuleInitializeException
* if an error ocurred while initializing the module.
*/
public void initialize(final SubSystem subSystem)
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/loader/InputRepositoryLoader.java b/reportbuilder/java/org/libreoffice/report/pentaho/loader/InputRepositoryLoader.java
index e7abe0342185..b04cc631a24b 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/loader/InputRepositoryLoader.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/loader/InputRepositoryLoader.java
@@ -88,7 +88,7 @@ public class InputRepositoryLoader implements ResourceLoader
* @param path the derived path (can be null).
* @param factoryKeys the optional factory keys (can be null).
* @return the derived key.
- * @throws org.jfree.resourceloader.ResourceKeyCreationException
+ * @throws ResourceKeyCreationException
* if the key cannot be derived for any reason.
*/
@SuppressWarnings("unchecked")