v1.4.4
This commit is contained in:
parent
ea572ad47f
commit
e217f12e71
19 changed files with 58 additions and 27 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.btools</groupId>
|
||||
<artifactId>brouter</artifactId>
|
||||
<version>1.4.3</version>
|
||||
<version>1.4.4</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>brouter-mapaccess</artifactId>
|
||||
|
|
|
|||
|
|
@ -90,11 +90,6 @@ final public class PhysicalFile
|
|||
throw new IllegalArgumentException( "lookup version mismatch (old rd5?) lookups.dat="
|
||||
+ lookupVersion + " " + f. getAbsolutePath() + "=" + readVersion );
|
||||
}
|
||||
if ( i == 1 && lookupMinorVersion != -1 && readVersion < lookupMinorVersion )
|
||||
{
|
||||
throw new IllegalArgumentException( "lookup minor version mismatch (old rd5?) lookups.dat="
|
||||
+ lookupMinorVersion + " " + f. getAbsolutePath() + "=" + readVersion );
|
||||
}
|
||||
fileIndex[i] = lv & 0xffffffffffffL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue