Skip to content

Commit 923bb80

Browse files
author
David Hasani
committed
fix apostrophe
1 parent e82f0f3 commit 923bb80

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/controller/CodeTransformChatController.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ import software.aws.toolkits.jetbrains.services.codemodernizer.utils.validateSct
120120
import software.aws.toolkits.jetbrains.services.codewhisperer.telemetry.QFeatureEvent
121121
import software.aws.toolkits.jetbrains.services.codewhisperer.telemetry.broadcastQEvent
122122
import software.aws.toolkits.jetbrains.services.cwc.messages.ChatMessageType
123-
import software.aws.toolkits.jetbrains.utils.notifyStickyInfo
124123
import software.aws.toolkits.resources.message
125124
import software.aws.toolkits.telemetry.CodeTransformPreValidationError
126125

@@ -804,7 +803,6 @@ dependencyManagement:
804803
codeModernizerManager.codeTransformationSession?.sessionContext?.targetJavaVersion.toString()
805804
)
806805
)
807-
notifyStickyInfo("jdkVersion", codeModernizerManager.codeTransformationSession?.sessionContext?.targetJavaVersion.toString())
808806
}
809807
is DownloadArtifactResult.DownloadFailure -> artifactHandler.notifyUnableToDownload(downloadResult.failureReason)
810808
is DownloadArtifactResult.ParseZipFailure -> artifactHandler.notifyUnableToApplyPatch(downloadResult.failureReason.errorMessage)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ codemodernizer.chat.message.result.fail_initial_build=I am having trouble buildi
677677
codemodernizer.chat.message.result.fail_initial_build_no_build_log=I am having trouble building your project in the secure build environment: {0}.
678678
codemodernizer.chat.message.result.fail_with_known_reason=Sorry, I couldn''t complete the transformation. {0}
679679
codemodernizer.chat.message.result.partially_success=I transformed part of your code. You can review the diff to see my proposed changes and accept or reject them. The transformation summary has details about the files I updated and the errors that prevented a complete transformation.
680-
codemodernizer.chat.message.result.success=I successfully completed your transformation. You can review the diff to see my proposed changes and accept or reject them. The transformation summary has details about the changes I'm proposing. If you want to upgrade additional libraries and other dependencies, run /transform with the transformed code and specify {0} as the source and target version.
680+
codemodernizer.chat.message.result.success=I successfully completed your transformation. You can review the diff to see my proposed changes and accept or reject them. The transformation summary has details about the changes I am proposing. If you want to upgrade additional libraries and other dependencies, run /transform with the transformed code and specify {0} as the source and target version.
681681
codemodernizer.chat.message.result.zip_too_large=Sorry, your project size exceeds the Amazon Q Code Transformation upload limit of 2GB.
682682
codemodernizer.chat.message.resume_ongoing=I'm still transforming your code. It can take 10 to 30 minutes to upgrade your code, depending on the size of your module. To monitor progress, go to the Transformation Hub.
683683
codemodernizer.chat.message.skip_tests=I will build your project using `mvn clean test` by default. If you would like me to build your project without running unit tests, I will use `mvn clean test-compile`.

0 commit comments

Comments
 (0)