chibenwa commented on code in PR #1409:
URL: https://github.com/apache/james-project/pull/1409#discussion_r1095255859


##########
backends-common/pulsar/src/main/scala/org/apache/james/backends/pulsar/PulsarClients.scala:
##########
@@ -0,0 +1,49 @@
+package org.apache.james.backends.pulsar

Review Comment:
   Missing license



##########
server/container/guice/queue/pulsar/src/main/java/org/apache/james/queue/pulsar/module/PulsarQueueModule.java:
##########
@@ -67,10 +68,16 @@ private Configuration rawConfiguration(PropertiesProvider 
propertiesProvider) th
     private PulsarConfiguration 
pulsarConfiguration(@Named(PULSAR_CONFIGURATION_NAME) Configuration 
configuration) {
         return PulsarConfiguration.from(configuration);
     }
+    @Provides

Review Comment:
   ```suggestion
       }
       
       @Provides
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to