You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/10/16 12:23:47 UTC

qpid-jms git commit: QPIDJMS-130: remove effectively-unused field

Repository: qpid-jms
Updated Branches:
  refs/heads/master 26f881bf3 -> 672f7d35b


QPIDJMS-130: remove effectively-unused field


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/672f7d35
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/672f7d35
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/672f7d35

Branch: refs/heads/master
Commit: 672f7d35b6e1add8cd4b7babc1882a11e4e88906
Parents: 26f881b
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Oct 16 11:12:19 2015 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Oct 16 11:12:19 2015 +0100

----------------------------------------------------------------------
 .../test/java/org/apache/qpid/jms/message/JmsMessageTest.java    | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/672f7d35/qpid-jms-client/src/test/java/org/apache/qpid/jms/message/JmsMessageTest.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/message/JmsMessageTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/message/JmsMessageTest.java
index a6cb1a4..5e68557 100644
--- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/message/JmsMessageTest.java
+++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/message/JmsMessageTest.java
@@ -50,8 +50,6 @@ public class JmsMessageTest {
 
     private final JmsMessageFactory factory = new JmsTestMessageFactory();
 
-    protected boolean readOnlyMessage;
-
     private String jmsMessageID;
     private String jmsCorrelationID;
     private JmsDestination jmsDestination;
@@ -76,7 +74,6 @@ public class JmsMessageTest {
         this.jmsExpiration = 100000;
         this.jmsPriority = 5;
         this.jmsTimestamp = System.currentTimeMillis();
-        this.readOnlyMessage = false;
         this.consumerIDs = new long[3];
         for (int i = 0; i < this.consumerIDs.length; i++) {
             this.consumerIDs[i] = i;
@@ -195,7 +192,6 @@ public class JmsMessageTest {
         this.jmsExpiration = 100000;
         this.jmsPriority = 5;
         this.jmsTimestamp = System.currentTimeMillis();
-        this.readOnlyMessage = false;
 
         JmsConnection connection = Mockito.mock(JmsConnection.class);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org