Commit deb8fbd
committed
fix(java/initialization): EnvironmentAndHubs uses its own class for instanceName
EnvironmentAndHubs.java line 20 self-referenced EnginePriming.class (a different
class, neither imported nor defined here), so it failed to compile:
error: cannot find symbol EnginePriming.class.getSimpleName()
A copy-paste artifact from the sibling EnginePriming.java. Fixed to
EnvironmentAndHubs.class.getSimpleName(). Reported via the Senzing MCP server
(#mcp-logging, 2026-08-27), verified against sz-sdk 4.3.4.1 parent 8f886fb commit deb8fbd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments