mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Restore javadoc for qrCodeTooOld flag.
This commit is contained in:
@@ -52,6 +52,10 @@ abstract class AddContactState {
|
||||
|
||||
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;
|
||||
|
||||
WrongQrCodeVersion(boolean qrCodeTooOld) {
|
||||
|
||||
Reference in New Issue
Block a user