Skip to content

Commit

Permalink
chore: CustomThreadManager 패키지 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim0914 committed Mar 6, 2024
1 parent c2b9887 commit 5bbbc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import com.google.firebase.messaging.MessagingErrorCode;
import com.google.firebase.messaging.Notification;
import com.official.pium.notification.application.MessageSendManager;
import com.official.pium.notification.fcm.config.CustomThreadManager;
import jakarta.annotation.PostConstruct;
import java.io.FileNotFoundException;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.official.pium.notification.fcm.application;
package com.official.pium.notification.fcm.config;

import com.google.firebase.FirebaseApp;
import com.google.firebase.ThreadManager;
Expand Down

0 comments on commit 5bbbc34

Please sign in to comment.