We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b30c7 commit 11a01f0Copy full SHA for 11a01f0
core/src/main/java/com/graphhopper/storage/GraphExtension.java
@@ -0,0 +1,8 @@
1
+package com.graphhopper.storage;
2
+
3
+// TODO ORS: this is a transitional class which should be eliminated in the long run
4
+// ORS-GH MOD - additional class
5
+public interface GraphExtension extends Storable<GraphExtension> {
6
+ default long getCapacity() { return 0; }
7
+}
8
+// ORS-GH MOD
0 commit comments