Skip to content

Commit

Permalink
Remove @OverRide from the RabbitAdmin.initialize
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
artembilan committed Mar 30, 2018
1 parent 539af7f commit adcfef4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ public void onClose(Connection connection) {
* Declares all the exchanges, queues and bindings in the enclosing application context, if any. It should be safe
* (but unnecessary) to call this method more than once.
*/
@Override
public void initialize() {

if (this.applicationContext == null) {
Expand Down

0 comments on commit adcfef4

Please sign in to comment.