Skip to content

Commit 40d1471

Browse files
committed
detekt & alphabetize messages
1 parent 039dca6 commit 40d1471

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso/DiskCache.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ class DiskCache(
154154
}
155155
}
156156

157-
158157
override fun saveClientRegistration(cacheKey: ClientRegistrationCacheKey, registration: ClientRegistration) {
159158
LOG.info { "saveClientRegistration for $cacheKey" }
160159
val registrationCache = clientRegistrationCache(cacheKey)

plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,8 +1021,8 @@ developerTool.toolWindow.help.github=Connect with us on GitHub
10211021
developerTool.toolWindow.title=Developer Tools
10221022
developerTool.toolWindow.welcome.connect=Connect to an account to get started:
10231023
developerTool.toolWindow.welcome.creds.about=You can connect to and switch between\naccounts at any time in the toolkit.
1024-
disk.full.notification.title=Disk Full: Credentials Not Saved
10251024
disk.full.notification.body=Your disk is full. Credentials could not be saved and will only last for this session.
1025+
disk.full.notification.title=Disk Full: Credentials Not Saved
10261026
docker.not.found=Docker not found
10271027
dockerfile.building=Building Dockerfile: {0}
10281028
dockerfile.label=Dockerfile:

0 commit comments

Comments
 (0)