Commit 9d94f93
authored
Change edges parameter type to Iterable in findShortestPaths
Fixes SpotBugs warning OCP_OVERLY_CONCRETE_PARAMETER by using the more general Iterable interface instead of List. This improves API flexibility while maintaining backward compatibility since List implements Iterable.1 parent 5a1b873 commit 9d94f93
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments