Skip to content

Commit 00517ac

Browse files
dhasani23hayemaxi
andauthored
Update packages/core/src/amazonqGumby/chat/controller/controller.ts
Co-authored-by: Maxim Hayes <[email protected]>
1 parent 6c3405c commit 00517ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

486-
// do not allow downgrades
486+
// do not allow downgrades (only this combination can be selected in the UI)
487487
if (fromJDKVersion === JDKVersion.JDK21 && toJDKVersion === JDKVersion.JDK17) {
488488
this.messenger.sendUnrecoverableErrorResponse('invalid-from-to-jdk', message.tabID)
489489
return

0 commit comments

Comments
 (0)