summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
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 /qadevOOo/tests/java/mod
parent6884ef6317ddc29a713a342fb102e28ebc8fa5cc (diff)
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 'qadevOOo/tests/java/mod')
-rw-r--r--qadevOOo/tests/java/mod/_configmgr/ConfigurationProvider.java1
-rw-r--r--qadevOOo/tests/java/mod/_configmgr/DefaultProvider.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_configmgr/ConfigurationProvider.java b/qadevOOo/tests/java/mod/_configmgr/ConfigurationProvider.java
index c59edbfb8d0b..df544e398a1b 100644
--- a/qadevOOo/tests/java/mod/_configmgr/ConfigurationProvider.java
+++ b/qadevOOo/tests/java/mod/_configmgr/ConfigurationProvider.java
@@ -26,7 +26,6 @@ import lib.TestParameters;
import java.io.PrintWriter;
public final class ConfigurationProvider extends TestCase {
- public ConfigurationProvider() {}
@Override
protected TestEnvironment createTestEnvironment(
diff --git a/qadevOOo/tests/java/mod/_configmgr/DefaultProvider.java b/qadevOOo/tests/java/mod/_configmgr/DefaultProvider.java
index 44ae0f92bfb5..fb181d9715e6 100644
--- a/qadevOOo/tests/java/mod/_configmgr/DefaultProvider.java
+++ b/qadevOOo/tests/java/mod/_configmgr/DefaultProvider.java
@@ -27,7 +27,6 @@ import lib.TestParameters;
import java.io.PrintWriter;
public final class DefaultProvider extends TestCase {
- public DefaultProvider() {}
@Override
protected TestEnvironment createTestEnvironment(