mirror of
https://gitee.com/openharmony/third_party_qrcodegen
synced 2025-02-19 08:40:29 +00:00
Simplified code to remove unnecessary this
, also improving consistency with other field assignments, enabled by a local variable renaming in commit 8dabf8664130.
This commit is contained in:
parent
db2d52116a
commit
219d04a247
@ -253,7 +253,7 @@ public final class QrCode {
|
||||
// Compute ECC, draw modules, do masking
|
||||
byte[] allCodewords = addEccAndInterleave(dataCodewords);
|
||||
drawCodewords(tpl.dataOutputBitIndexes, allCodewords);
|
||||
this.mask = handleConstructorMasking(tpl.masks, msk);
|
||||
mask = handleConstructorMasking(tpl.masks, msk);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user