Merge pull request #21036 from calixteman/fix_comment

Fix comments for (is/has)Singlefile in pdf_editor
This commit is contained in:
Tim van der Meij 2026-04-04 11:30:12 +02:00 committed by GitHub
commit 0b9f8fa950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,8 +114,9 @@ class PDFEditor {
// multiple PDF files.
hasSingleFile = false;
// Whether the edited PDF contains multiple files. This is used to determine
// if we can preserve some information such as passwords.
// Whether the edited PDF contains only one file used one or more times.
// This is used to determine if we can preserve some information such as
// passwords.
isSingleFile = false;
#newAnnotationsParams = null;