mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-10 11:35:14 -05:00
removed invalid message from exception constructor
This commit is contained in:
parent
415049af7a
commit
80d7c8fdd9
@ -167,7 +167,7 @@ public class ImporterV3 {
|
|||||||
hdr.loadFromFile(filebuf, 0 );
|
hdr.loadFromFile(filebuf, 0 );
|
||||||
|
|
||||||
if( (hdr.signature1 != PwDbHeader.PWM_DBSIG_1) || (hdr.signature2 != PwDbHeaderV3.DBSIG_2) ) {
|
if( (hdr.signature1 != PwDbHeader.PWM_DBSIG_1) || (hdr.signature2 != PwDbHeaderV3.DBSIG_2) ) {
|
||||||
throw new InvalidDBSignatureException("Invalid database signature!");
|
throw new InvalidDBSignatureException();
|
||||||
}
|
}
|
||||||
|
|
||||||
if( !hdr.matchesVersion() ) {
|
if( !hdr.matchesVersion() ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user