chibenwa commented on a change in pull request #578:
URL: https://github.com/apache/james-project/pull/578#discussion_r688429809
##########
File path:
mailbox/cassandra/src/main/java/org/apache/james/mailbox/cassandra/mail/CassandraMessageIdToImapUidDAO.java
##########
@@ -148,7 +149,24 @@ private PreparedStatement prepareInsert(Session session) {
if (cassandraConfiguration.isMessageWriteStrongConsistency()) {
return session.prepare(insert.ifNotExists());
Review comment:
Yes if we do not want to have yet-another method.
Given that the duplicated code is trivial, duplication here IMO is harmless.
--
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]