File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/rabbitmq/client/amqp/impl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ final class AmqpConnection extends ResourceBase implements Connection {
130130 ConnectionUtils .NO_RETRY_STRATEGY ,
131131 this .name ());
132132 this .sync (ncw );
133- String brokerVesion = brokerVersion (this .nativeConnection );
134- this .filterExpressionsSupported = supportFilterExpressions (brokerVesion );
135- this .setTokenSupported = supportSetToken (brokerVesion );
133+ String brokerVersion = brokerVersion (this .nativeConnection );
134+ this .filterExpressionsSupported = supportFilterExpressions (brokerVersion );
135+ this .setTokenSupported = supportSetToken (brokerVersion );
136136 LOGGER .debug ("Opened connection '{}' on node '{}'." , this .name (), this .connectionNodename ());
137137 this .state (OPEN );
138138 this .environment .metricsCollector ().openConnection ();
You can’t perform that action at this time.
0 commit comments