You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/11/06 10:49:53 UTC

[GitHub] [rocketmq] Switch-vov opened a new issue #1578: why add @Deprecated in DefaultMQProducer#getDefaultMQProducerImpl

Switch-vov opened a new issue #1578: why add @Deprecated in DefaultMQProducer#getDefaultMQProducerImpl
URL: https://github.com/apache/rocketmq/issues/1578
 
 
   The code in line 878 of `DefaultMQProducer`.
   
   ``` java
       @Deprecated
       public DefaultMQProducerImpl getDefaultMQProducerImpl() {
           return defaultMQProducerImpl;
       }
   ```
   
   If it's ok, please add some comment.
   
   @duhenglucky 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services