GP-1774 addressing code review comments

GP-1774_James_JVM_switch_fixes
This commit is contained in:
James 2022-03-23 12:47:48 -04:00
parent 53aaa21c80
commit 98a768e336
4 changed files with 33 additions and 39 deletions

View file

@ -236,7 +236,7 @@ class InstructionInfoProvider extends ComponentProviderAdapter implements Domain
if (column == 0) {
return "";
}
return "Operand-" + column;
return "Operand-" + (column - 1);
}
/**