Less warnings. Changed a priority queue test to check if updating an element and removing it works.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user