diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-15 16:51:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-20 12:12:43 +0200 |
commit | 0ce1267ae27c840a417ee1758aa016da033405fa (patch) | |
tree | fa77c2698596a365a0e0bee8d60586c7aa04a94b /forms | |
parent | 609f7b85030eb9fa85a87fd591dcf53fa1143950 (diff) |
remove more unnecessary constructor declarations
Change-Id: Ie5a243006b112c2e6daf12992f3dba8baf12748d
Diffstat (limited to 'forms')
-rw-r--r-- | forms/qa/integration/forms/ControlValidation.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/forms/qa/integration/forms/ControlValidation.java b/forms/qa/integration/forms/ControlValidation.java index c4994c0bbc60..f28031ad1372 100644 --- a/forms/qa/integration/forms/ControlValidation.java +++ b/forms/qa/integration/forms/ControlValidation.java @@ -34,11 +34,6 @@ public class ControlValidation extends complexlib.ComplexTestCase implements com private DocumentHelper m_document; /// our current test document private XMultiServiceFactory m_orb; /// our service factory - /** Creates a new instance of ControlValidation */ - public ControlValidation() - { - } - @Override public String[] getTestMethodNames() { |