summaryrefslogtreecommitdiff
path: root/framework/qa/complex/disposing
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-11 15:58:09 +0200
committerNoel Grandin <noel@peralex.com>2014-08-14 10:59:48 +0200
commitac5954d7c540f34702033d7d951d1d16cb96730a (patch)
tree310ba9698a10c74662de0714db683f932de32b0c /framework/qa/complex/disposing
parent89c0a2b2f65beeb6f42d3334662100a13169a8d6 (diff)
java: remove commented out code
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
Diffstat (limited to 'framework/qa/complex/disposing')
-rw-r--r--framework/qa/complex/disposing/GetServiceWhileDisposingOffice.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qa/complex/disposing/GetServiceWhileDisposingOffice.java b/framework/qa/complex/disposing/GetServiceWhileDisposingOffice.java
index 031dfd5d4469..8600c0248e31 100644
--- a/framework/qa/complex/disposing/GetServiceWhileDisposingOffice.java
+++ b/framework/qa/complex/disposing/GetServiceWhileDisposingOffice.java
@@ -90,7 +90,6 @@ public class GetServiceWhileDisposingOffice
{
System.out.println("tearDownConnection()");
// Office is already terminated.
- // connection.tearDown();
}
private static final OfficeConnection connection = new OfficeConnection();