Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 763b86a

Browse files
committed
Rename publish application service package
1 parent 1073e31 commit 763b86a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/tv/codely/Starter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package tv.codely;
22

33
import tv.codely.context.notification.module.push.application.create.SendPushToSubscribersOnVideoPublished;
4-
import tv.codely.context.video.module.video.application.create.VideoPublisher;
4+
import tv.codely.context.video.module.video.application.publish.VideoPublisher;
55
import tv.codely.shared.application.DomainEventSubscriber;
66
import tv.codely.shared.domain.EventBus;
77
import tv.codely.shared.infrastructure.bus.ReactorEventBus;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tv.codely.context.video.module.video.application.create;
1+
package tv.codely.context.video.module.video.application.publish;
22

33
import tv.codely.context.video.module.video.domain.Video;
44
import tv.codely.shared.domain.EventBus;

0 commit comments

Comments
 (0)