fix compilation
This commit is contained in:
parent
b7c42d47b0
commit
b1bf712bcb
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue