From c0415d5f1e96304b0d528de92b6ba0cdf31b503b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 15 Aug 2014 16:38:03 +0200 Subject: java: remove unnecessary constructor declarations in the absence of any other constructors, the compiler will automatically generate a public no-arg constructor Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909 --- .../java/org/libreoffice/report/function/metadata/TitleFunction.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'reportbuilder/java/org/libreoffice/report/function') diff --git a/reportbuilder/java/org/libreoffice/report/function/metadata/TitleFunction.java b/reportbuilder/java/org/libreoffice/report/function/metadata/TitleFunction.java index fdc7ed0ebc30..c4cd953ba487 100644 --- a/reportbuilder/java/org/libreoffice/report/function/metadata/TitleFunction.java +++ b/reportbuilder/java/org/libreoffice/report/function/metadata/TitleFunction.java @@ -30,10 +30,6 @@ import org.pentaho.reporting.libraries.formula.typing.coretypes.TextType; public class TitleFunction implements Function { - public TitleFunction() - { - } - public String getCanonicalName() { return "TITLE"; -- cgit