Skip to content

Commit 11a01f0

Browse files
author
Sascha Fendrich
committed
Reintroduce GraphExtension as a temporary fix
1 parent 98b30c7 commit 11a01f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)