This commit is contained in:
Georgia Koutsodima 2023-03-29 15:58:37 +02:00
parent 96dc076c30
commit 8e544f659a

View file

@ -51,7 +51,6 @@ public class Path {
* @throws IllegalArgumentException If the list of nodes is not valid, i.e. two
* consecutive nodes in the list are not connected in the graph.
*
* @deprecated Need to be implemented.
*/
public static Path createShortestPathFromNodes(Graph graph, List<Node> nodes)
throws IllegalArgumentException {