Skip to content

Commit 6c3405c

Browse files
author
David Hasani
committed
add comment
1 parent 0db2ddf commit 6c3405c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/core/src/amazonqGumby/chat/controller/controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ export class GumbyController {
483483
message.tabID
484484
)
485485

486+
// do not allow downgrades
486487
if (fromJDKVersion === JDKVersion.JDK21 && toJDKVersion === JDKVersion.JDK17) {
487488
this.messenger.sendUnrecoverableErrorResponse('invalid-from-to-jdk', message.tabID)
488489
return

packages/core/src/codewhisperer/models/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const AWSTemplateKeyWords = ['AWSTemplateFormatVersion', 'Resources', 'AW
2222

2323
export const AWSTemplateCaseInsensitiveKeyWords = ['cloudformation', 'cfn', 'template', 'description']
2424

25-
// TO-DO: make sure all Strings look good for Java 21
2625
const patchDescriptions: { [key: string]: string } = {
2726
'Prepare minimal upgrade to Java 17':
2827
'This diff patch covers the set of upgrades for Springboot, JUnit, and PowerMockito frameworks in Java 17.',

0 commit comments

Comments
 (0)