Skip to content

Commit adcfef4

Browse files
committed
Remove @OverRide from the RabbitAdmin.initialize
https://build.spring.io/browse/AMQP-AMQP20X-3/ The `AmqpAdmin.initialize()` is there since `2.1` **Cherry-pick to 1.7.x** (cherry picked from commit 9e3e5b6)
1 parent 539af7f commit adcfef4

File tree

1 file changed

+0
-1
lines changed
  • spring-rabbit/src/main/java/org/springframework/amqp/rabbit/core

1 file changed

+0
-1
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/core/RabbitAdmin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ public void onClose(Connection connection) {
452452
* Declares all the exchanges, queues and bindings in the enclosing application context, if any. It should be safe
453453
* (but unnecessary) to call this method more than once.
454454
*/
455-
@Override
456455
public void initialize() {
457456

458457
if (this.applicationContext == null) {

0 commit comments

Comments
 (0)