diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-11 15:58:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-14 10:59:48 +0200 |
commit | ac5954d7c540f34702033d7d951d1d16cb96730a (patch) | |
tree | 310ba9698a10c74662de0714db683f932de32b0c /framework/qa/complex/disposing | |
parent | 89c0a2b2f65beeb6f42d3334662100a13169a8d6 (diff) |
java: remove commented out code
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
Diffstat (limited to 'framework/qa/complex/disposing')
-rw-r--r-- | framework/qa/complex/disposing/GetServiceWhileDisposingOffice.java | 1 |
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(); |