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:
Hiram R. Chirino 2008-04-07 16:35:16 +00:00
parent f66e9413a0
commit 1c057a5d0a
1 changed files with 1 additions and 1 deletions

View File

@ -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.