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


##########
server/data/data-jmap/src/main/java/org/apache/james/jmap/api/projections/MessageFastViewProjectionDeletionListener.java:
##########
@@ -17,30 +17,29 @@
  * under the License.                                           *
  ****************************************************************/
 
-package org.apache.james.jmap.cassandra.projections;
+package org.apache.james.jmap.api.projections;
 
 import jakarta.inject.Inject;
 
 import org.apache.james.events.Event;
 import org.apache.james.events.EventListener;
 import org.apache.james.events.Group;
-import org.apache.james.jmap.api.projections.MessageFastViewProjection;
 import org.apache.james.mailbox.events.MailboxEvents;
 import org.reactivestreams.Publisher;
 
 import reactor.core.publisher.Mono;
 
-public class CassandraMessageFastViewProjectionDeletionListener implements 
EventListener.ReactiveGroupEventListener {
-    public static class 
CassandraMessageFastViewProjectionDeletionListenerGroup extends Group {
+public class MessageFastViewProjectionDeletionListener implements 
EventListener.ReactiveGroupEventListener {

Review Comment:
   Awesome ;-)



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