Skip to content

Commit 746e5ab

Browse files
committed
move vals
1 parent fea410a commit 746e5ab

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/NotificationPollingService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import kotlin.io.path.readText
2525
import kotlin.io.path.writeText
2626

2727
private const val NOTIFICATION_ENDPOINT = "https://idetoolkits-hostedfiles.amazonaws.com/Notifications/JetBrains/1.json" // TODO: Replace with actual endpoint
28+
private const val NOTIFICATIONS_RESOURCE_PATH = "/software/aws/toolkits/resources/notifications.json"
2829
private const val MAX_RETRIES = 3
2930
private const val RETRY_DELAY_MS = 1000L
3031

@@ -187,7 +188,6 @@ class NotificationPollingServiceImpl : NotificationPollingService, Disposable {
187188
}
188189

189190
companion object {
190-
private const val NOTIFICATIONS_RESOURCE_PATH = "/software/aws/toolkits/resources/notifications.json"
191191
private val LOG = getLogger<NotificationPollingServiceImpl>()
192192
fun getInstance(): NotificationPollingService =
193193
ApplicationManager.getApplication().getService(NotificationPollingService::class.java)

0 commit comments

Comments
 (0)