quantranhong1999 commented on a change in pull request #707:
URL: https://github.com/apache/james-project/pull/707#discussion_r736269624



##########
File path: 
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/routes/WebSocketRoutes.scala
##########
@@ -32,9 +32,9 @@ import org.apache.james.events.{EventBus, Registration}
 import org.apache.james.jmap.HttpConstants.JSON_CONTENT_TYPE
 import org.apache.james.jmap.JMAPUrls.JMAP_WS
 import org.apache.james.jmap.api.change.{EmailChangeRepository, 
MailboxChangeRepository}
-import org.apache.james.jmap.api.model.{EmailTypeName, MailboxTypeName, 
UuidState, AccountId => JavaAccountId}
-import org.apache.james.jmap.change.{AccountIdRegistrationKey, 
StateChangeListener, _}
-import org.apache.james.jmap.core.{OutboundMessage, ProblemDetails, RequestId, 
WebSocketError, WebSocketPushDisable, WebSocketPushEnable, WebSocketRequest, 
WebSocketResponse, _}
+import org.apache.james.jmap.api.model.{UuidState, AccountId => JavaAccountId}
+import org.apache.james.jmap.change._
+import org.apache.james.jmap.core._

Review comment:
       We use _ at the end of { } here. Why don't we either explicitly import 
or just do wildcard import? (question)




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