update method visibility

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

Branch: refs/heads/master
Commit: 5eca494ba5b3a536b9caa4144917e2c7c870e0da
Parents: a587e3f
Author: Robert Gemmell <[email protected]>
Authored: Wed Jan 7 11:04:28 2015 +0000
Committer: Robert Gemmell <[email protected]>
Committed: Wed Jan 7 16:34:47 2015 +0000

----------------------------------------------------------------------
 .../test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/5eca494b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
----------------------------------------------------------------------
diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
index 1edc3bf..7933bd4 100644
--- 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
+++ 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
@@ -449,7 +449,7 @@ public class TestAmqpPeer implements AutoCloseable
         expectTempNodeCreationAttach(dynamicAddress, 
AmqpTemporaryDestination.TEMP_TOPIC_CAPABILITY);
     }
 
-    public void expectTempNodeCreationAttach(final String dynamicAddress, 
final Symbol nodeTypeCapability)
+    private void expectTempNodeCreationAttach(final String dynamicAddress, 
final Symbol nodeTypeCapability)
     {
         TargetMatcher targetMatcher = new TargetMatcher();
         targetMatcher.withAddress(nullValue());


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to