зеркало из https://github.com/mozilla/gecko-dev.git
default doesProduceOutput to true for compatibility.
This commit is contained in:
Родитель
b3aa8f87e7
Коммит
62297d34ca
|
@ -494,7 +494,7 @@ public static class Template implements ASN1Template {
|
|||
this.implicitTag = implicitTag;
|
||||
}
|
||||
|
||||
private boolean doesProduceOutput;
|
||||
private boolean doesProduceOutput = true;
|
||||
boolean producesOutput() {
|
||||
return doesProduceOutput;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче