@ -120,7 +120,7 @@ class QrCode final {
/*---- Constructors ----*/
/*---- Constructor ----*/
/*
* Creates a new QR Code symbol with the given version number, error correction level, binary data array,
@ -194,7 +194,7 @@ public final class QrCode {
/**
* Creates a new QR Code symbol with the specified version number, error correction level, binary data array, and mask number.
@ -163,7 +163,7 @@ impl QrCode {
}
// Creates a new QR Code symbol with the given version number, error correction level,
// binary data array, and mask number. This is a cumbersome low-level constructor that