Commit e85fdff
fix: add final modifier to local variables for checkstyle
Fixed checkstyle violations by adding final modifier to local variables in InMemoryMaterializationRepoExample test file.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 38d777c commit e85fdff
File tree
1 file changed
+2
-2
lines changed- openfeature-provider-local/src/test/java/com/spotify/confidence
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments