зеркало из https://github.com/mozilla/pjs.git
typo in error message
This commit is contained in:
Родитель
3deefb823d
Коммит
a00af9cae3
|
@ -423,7 +423,7 @@ public static class Template implements ASN1Template {
|
|||
|
||||
if( remainingContent > 0 ) {
|
||||
throw new InvalidBERException("SEQUENCE is " + remainingContent +
|
||||
" bytes shorter than expected");
|
||||
" bytes longer than expected");
|
||||
}
|
||||
Assert._assert( remainingContent == 0 || remainingContent == -1 );
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче