Commit e79c739
<fix>[cleanup]: rename InterruptedException variable to avoid shadowing
In ExponStorageController and XInfiniStorageController, the inner
catch(InterruptedException e) shadowed the outer catch(Exception e),
causing a compile error. Renamed to 'ie'.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 357d07d commit e79c739
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- plugin
- expon/src/main/java/org/zstack/expon
- xinfini/src/main/java/org/zstack/xinfini
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1420 | 1420 | | |
1421 | 1421 | | |
1422 | 1422 | | |
1423 | | - | |
| 1423 | + | |
1424 | 1424 | | |
1425 | 1425 | | |
1426 | 1426 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1140 | 1140 | | |
1141 | 1141 | | |
1142 | 1142 | | |
1143 | | - | |
| 1143 | + | |
1144 | 1144 | | |
1145 | 1145 | | |
1146 | 1146 | | |
| |||
0 commit comments