summaryrefslogtreecommitdiffstats
path: root/unotest
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-15 16:38:03 +0200
committerNoel Grandin <noel@peralex.com>2014-08-20 12:12:15 +0200
commitc0415d5f1e96304b0d528de92b6ba0cdf31b503b (patch)
tree0aa3cf4fe10d6bf47c8419eb121f8b7357f30f9f /unotest
parentjava: don't catch and then just rethrow an exception (diff)
downloadcore-c0415d5f1e96304b0d528de92b6ba0cdf31b503b.tar.gz
core-c0415d5f1e96304b0d528de92b6ba0cdf31b503b.zip
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
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/java/org/openoffice/test/FileHelper.java3
1 files changed, 0 insertions, 3 deletions
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.
*