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 --- unotest/source/java/org/openoffice/test/FileHelper.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'unotest/source/java/org/openoffice/test') diff --git a/unotest/source/java/org/openoffice/test/FileHelper.java b/unotest/source/java/org/openoffice/test/FileHelper.java index 6fd46304be9f..8b3d7049980c 100644 --- a/unotest/source/java/org/openoffice/test/FileHelper.java +++ b/unotest/source/java/org/openoffice/test/FileHelper.java @@ -23,9 +23,6 @@ package org.openoffice.test; */ public class FileHelper { - public FileHelper() - { - } /** * Concat a _sRelativePathToAdd to a _sPath and append a '/' to the _sPath only if need. * -- cgit