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 /testtools | |
parent | 609f7b85030eb9fa85a87fd591dcf53fa1143950 (diff) |
remove more unnecessary constructor declarations
Change-Id: Ie5a243006b112c2e6daf12992f3dba8baf12748d
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/com/sun/star/comp/bridge/CurrentContextChecker.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/com/sun/star/comp/bridge/CurrentContextChecker.java b/testtools/com/sun/star/comp/bridge/CurrentContextChecker.java index ee7f3b1760be..6841f77b1fe9 100644 --- a/testtools/com/sun/star/comp/bridge/CurrentContextChecker.java +++ b/testtools/com/sun/star/comp/bridge/CurrentContextChecker.java @@ -25,7 +25,7 @@ import com.sun.star.uno.XCurrentContext; import test.testtools.bridgetest.XCurrentContextChecker; final class CurrentContextChecker implements XCurrentContextChecker { - public CurrentContextChecker() {} + public boolean perform( XCurrentContextChecker other, int setSteps, int checkSteps) |