mirror of https://github.com/apache/activemq.git
Fix for AMQ-1381: makes client certs work
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@645599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f66e9413a0
commit
1c057a5d0a
|
@ -80,7 +80,7 @@ public class SslTransport extends TcpTransport {
|
|||
*
|
||||
* @param command The Command coming in.
|
||||
*/
|
||||
public void doConsume(Command command) {
|
||||
public void doConsume(Object command) {
|
||||
// The instanceof can be avoided, but that would require modifying the
|
||||
// Command clas tree and that would require too much effort right
|
||||
// now.
|
||||
|
|
Loading…
Reference in New Issue