Skip to content

Commit

Permalink
move vals
Browse files Browse the repository at this point in the history
  • Loading branch information
samgst-amazon committed Nov 20, 2024
1 parent fea410a commit 746e5ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import kotlin.io.path.readText
import kotlin.io.path.writeText

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

Expand Down Expand Up @@ -187,7 +188,6 @@ class NotificationPollingServiceImpl : NotificationPollingService, Disposable {
}

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

0 comments on commit 746e5ab

Please sign in to comment.