Skip to content

Commit

Permalink
fix comment placement
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Aug 29, 2024
1 parent 9799e77 commit bcc7f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ class AttestationProtocol {
static class DeviceInfo {
final String name;
final int attestationVersion;
// API for detecting this was replaced in keymaster v3 but the new one isn't used yet
final int keymasterVersion;
// API for detecting this was replaced in keymaster v3 but the new one isn't used yet
final boolean rollbackResistant;
// enforce using StrongBox for new pairings
final boolean enforceStrongBox;
Expand Down

0 comments on commit bcc7f96

Please sign in to comment.