mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +01:00
Restore javadoc for qrCodeTooOld flag.
This commit is contained in:
@@ -52,6 +52,10 @@ abstract class AddContactState {
|
|||||||
|
|
||||||
static class WrongQrCodeVersion extends Failed {
|
static class WrongQrCodeVersion extends Failed {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* True if the app producing the code is too old.
|
||||||
|
* False if the scanning app is too old.
|
||||||
|
*/
|
||||||
final boolean qrCodeTooOld;
|
final boolean qrCodeTooOld;
|
||||||
|
|
||||||
WrongQrCodeVersion(boolean qrCodeTooOld) {
|
WrongQrCodeVersion(boolean qrCodeTooOld) {
|
||||||
|
|||||||
Reference in New Issue
Block a user