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**
This commit is contained in:
Artem Bilan
2018-03-30 17:03:52 -04:00
parent 80fd0fda7d
commit 9e3e5b6e9e

View File

@@ -430,7 +430,6 @@ public class RabbitAdmin implements AmqpAdmin, ApplicationContextAware, Applicat
* 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) {