Skip to content

Commit 17b49fc

Browse files
committed
internal class
1 parent a08194c commit 17b49fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/notifications/NotificationServiceInitializer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import com.intellij.ide.util.RunOnceUtil
77
import com.intellij.openapi.project.Project
88
import com.intellij.openapi.startup.ProjectActivity
99

10-
class NotificationServiceInitializer : ProjectActivity {
10+
internal class NotificationServiceInitializer : ProjectActivity {
1111

1212
override suspend fun execute(project: Project) {
1313
val service = NotificationPollingService.getInstance()

0 commit comments

Comments
 (0)