Commit d8d4157
fix: Initialize _containerId with None to prevent NullPointerException
Fixed uninitialized var _containerId which was causing NullPointerException
in Scala 3 environment. The variable is now properly initialized with None.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 0d12db6 commit d8d4157
File tree
1 file changed
+1
-1
lines changed- docker-controller-scala-core/src/main/scala/com/github/j5ik2o/dockerController
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments