Commit 43fb172
fix: Suppress method hiding warning on instance() method
The static instance() method intentionally hides the parent class method
to return the correct singleton for this execution mode, matching the
pattern used in NonRevertingEagerExecutionMode.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 270634b commit 43fb172
File tree
1 file changed
+5
-0
lines changed- src/main/java/com/hubspot/jinjava/mode
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
0 commit comments