summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/styles
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/styles')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperXmlResourceFactory.java1
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMappingDocumentReadHandler.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMappingReadHandler.java1
4 files changed, 6 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
index 605df59aa36a..c55cae1eefe0 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
@@ -72,6 +72,7 @@ public final class StyleMapperKey
return attributeName;
}
+ @Override
public boolean equals(final Object o)
{
if (this != o)
@@ -101,6 +102,7 @@ public final class StyleMapperKey
return result;
}
+ @Override
public int hashCode()
{
return hashCode;
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperXmlResourceFactory.java b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperXmlResourceFactory.java
index 5ae6d1a2dd6e..03ce26ffca11 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperXmlResourceFactory.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperXmlResourceFactory.java
@@ -34,6 +34,7 @@ public class StyleMapperXmlResourceFactory extends AbstractXmlResourceFactory
{
}
+ @Override
protected Configuration getConfiguration()
{
return JFreeReportBoot.getInstance().getGlobalConfig();
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMappingDocumentReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMappingDocumentReadHandler.java
index e96f89d92fbb..a7ba49b04f51 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMappingDocumentReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMappingDocumentReadHandler.java
@@ -53,6 +53,7 @@ public class StyleMappingDocumentReadHandler extends AbstractXmlReadHandler
*
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected XmlReadHandler getHandlerForChild(final String uri,
final String tagName,
final Attributes atts)
@@ -72,6 +73,7 @@ public class StyleMappingDocumentReadHandler extends AbstractXmlReadHandler
*
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected void doneParsing()
throws SAXException
{
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMappingReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMappingReadHandler.java
index 8c3fbc1ba98e..09a1b13070a5 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMappingReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMappingReadHandler.java
@@ -43,6 +43,7 @@ public class StyleMappingReadHandler extends AbstractXmlReadHandler
* @param attrs the attributes.
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected void startParsing(final Attributes attrs)
throws SAXException
{