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


##########
server/data/data-cassandra/src/test/java/org/apache/james/vacation/cassandra/CassandraNotificationRegistryTest.java:
##########
@@ -43,9 +43,11 @@ class CassandraNotificationRegistryTest implements 
NotificationRegistryContract
 
     @BeforeEach
     public void setUp(CassandraCluster cassandra) throws Exception {
-        notificationRegistry = new 
CassandraNotificationRegistry(zonedDateTimeProvider, new 
CassandraNotificationRegistryDAO(cassandra.getConf()));;
+        notificationRegistry = new 
CassandraNotificationRegistry(zonedDateTimeProvider, new 
CassandraNotificationRegistryDAO(cassandra.getConf()));
+        ;

Review Comment:
   THis trailing `;` is clearly unnecessary.



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