fix compilation

This commit is contained in:
Victor Shcherb 2020-06-17 14:44:47 +02:00
parent b7c42d47b0
commit b1bf712bcb

View file

@ -0,0 +1,12 @@
package net.osmand.binary;
import java.io.File;
public class BinaryMapIndexTestReader {
public static BinaryMapIndexReader buildTestReader(File file) {
// TODO Auto-generated method stub
return null;
}
}