diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-26 09:03:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-26 16:38:31 +0200 |
commit | 986e4f94b802f9f603c5e744f69f2dc14b4d91f3 (patch) | |
tree | 3edadc8a477830343f2658a674223ba619b318a8 /qadevOOo/runner/lib | |
parent | cba5cd06c8ffd8628ae3d39efe715a5d8b3ac7e7 (diff) |
cid#1448350 RV: Bad use of return value
Change-Id: Ib8fb2c0e4cbee4cab739beaa273d588e8723ff12
Reviewed-on: https://gerrit.libreoffice.org/76361
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'qadevOOo/runner/lib')
-rw-r--r-- | qadevOOo/runner/lib/MultiMethodTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/runner/lib/MultiMethodTest.java b/qadevOOo/runner/lib/MultiMethodTest.java index 45ef58eb3054..81a87f3f47de 100644 --- a/qadevOOo/runner/lib/MultiMethodTest.java +++ b/qadevOOo/runner/lib/MultiMethodTest.java @@ -138,7 +138,6 @@ public class MultiMethodTest this.tRes = new TestResult(); Class<?> testedClass; - getInterfaceName(); System.out.print("checking: [" + entry.longName + "]"); // defining a name of the class corresponding to the tested interface |