Commit 18c0906
fix: remove duplicate findEndpointNeighborsBatch in GraphStore (build fix)
The merge of feat/phase5-dashboard-redesign into main introduced a duplicate
definition of findEndpointNeighborsBatch(List<String>). Both versions had
identical semantics but different implementation style:
Kept: the first (from the backend chain PRs #12-16) which uses
NodeKind.ENDPOINT.getValue() for type safety and UNWIND/MATCH pattern
with $ids parameter.
Removed: the second (from phase5) which used string literals
('ENDPOINT', 'WEBSOCKET_ENDPOINT') and IN $nodeIds pattern.
Fixes: compilation failure on main (javac error: method already defined).
Co-Authored-By: Paperclip <noreply@paperclip.ing>1 parent 1172238 commit 18c0906
1 file changed
Lines changed: 0 additions & 25 deletions
Lines changed: 0 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | 338 | | |
364 | 339 | | |
365 | 340 | | |
| |||
0 commit comments