mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-01-09 04:28:05 -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 );
|
||||
|
||||
if( (hdr.signature1 != PwDbHeader.PWM_DBSIG_1) || (hdr.signature2 != PwDbHeaderV3.DBSIG_2) ) {
|
||||
throw new InvalidDBSignatureException("Invalid database signature!");
|
||||
throw new InvalidDBSignatureException();
|
||||
}
|
||||
|
||||
if( !hdr.matchesVersion() ) {
|
||||
|
Loading…
Reference in New Issue
Block a user