We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1b3b1 commit 9cf0e21Copy full SHA for 9cf0e21
src/main/java/clap/server/adapter/inbound/web/history/PostCommentController.java
@@ -1,6 +1,6 @@
1
package clap.server.adapter.inbound.web.history;
2
3
-import clap.server.adapter.inbound.security.service.SecurityUserDetails;
+import clap.server.adapter.inbound.security.SecurityUserDetails;
4
import clap.server.adapter.inbound.web.dto.history.request.CreateCommentRequest;
5
import clap.server.application.port.inbound.history.SaveCommentAttachmentUsecase;
6
import clap.server.application.port.inbound.history.SaveCommentUsecase;
0 commit comments