File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -891,7 +891,7 @@ public void resetConnection() {
891891 this .connectionHighWaterMark .set (0 );
892892 }
893893 if (this .defaultPublisherFactory ) {
894- ((CachingConnectionFactory ) getPublisherConnectionFactory ()).resetConnection ();
894+ ((CachingConnectionFactory ) getPublisherConnectionFactory ()).resetConnection (); // NOSONAR
895895 }
896896 }
897897
@@ -985,7 +985,7 @@ public Properties getCacheProperties() {
985985 @ ManagedAttribute
986986 public Properties getPublisherConnectionFactoryCacheProperties () {
987987 if (this .defaultPublisherFactory ) {
988- return ((CachingConnectionFactory ) getPublisherConnectionFactory ()).getCacheProperties ();
988+ return ((CachingConnectionFactory ) getPublisherConnectionFactory ()).getCacheProperties (); // NOSONAR
989989 }
990990 return new Properties ();
991991 }
You can’t perform that action at this time.
0 commit comments