diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-08-06 16:59:16 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-08-06 16:59:16 +0000 |
| commit | 6f7f58f15246a9b9bd65c51b3fb047054b1cc775 (patch) | |
| tree | 2cb2c80cf675469063c1ac1564e124763c71e970 /java | |
| parent | 1bdb98466c5e03763d68de09fafa060aefe7737f (diff) | |
| download | qpid-python-6f7f58f15246a9b9bd65c51b3fb047054b1cc775.tar.gz | |
QPID-2002 : Removed local _monitor which was hiding super class variable
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@801722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/systests/src/main/java/org/apache/qpid/server/logging/BrokerLoggingTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/server/logging/BrokerLoggingTest.java b/java/systests/src/main/java/org/apache/qpid/server/logging/BrokerLoggingTest.java index ed3c3790ec..d5f8fadad1 100644 --- a/java/systests/src/main/java/org/apache/qpid/server/logging/BrokerLoggingTest.java +++ b/java/systests/src/main/java/org/apache/qpid/server/logging/BrokerLoggingTest.java @@ -47,8 +47,6 @@ import java.util.List; */ public class BrokerLoggingTest extends AbstractTestLogging { - LogMonitor _monitor; - public void setUp() throws Exception { // set QPID_WORK to be [QPID_WORK|io.tmpdir]/<testName> |
