lhotari commented on code in PR #22370:
URL: https://github.com/apache/pulsar/pull/22370#discussion_r1543543178


##########
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/internal/PulsarAdminBuilderImpl.java:
##########
@@ -54,13 +55,23 @@ private PulsarAdminBuilderImpl(ClientConfigurationData 
conf) {
 
     @Override
     public PulsarAdminBuilder clone() {
-        return new PulsarAdminBuilderImpl(conf.clone());
+        PulsarAdminBuilderImpl pulsarAdminBuilder = new 
PulsarAdminBuilderImpl(conf.clone());

Review Comment:
   that is to implement the cloning. the clone method should return a similar 
object.



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to