Less warnings. Changed a priority queue test to check if updating an element and removing it works.

This commit is contained in:
Didier Le Botlan
2025-03-28 09:28:14 +01:00
parent 443539a6ba
commit 375e783c42
5 changed files with 15 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ public class BinaryPathReader extends BinaryReader implements PathReader {
super(MAGIC_NUMBER, VERSION, dis);
}
@SuppressWarnings("deprecation")
@Override
public Path readPath(Graph graph) throws IOException {