Add a comment

This commit is contained in:
c0de 2023-10-05 19:15:05 -05:00
parent 27f845187f
commit 55c1a5edb3
1 changed files with 1 additions and 2 deletions

View File

@ -87,8 +87,7 @@ public final class Persistent {
protected final OwnerPIN admin_pin; /* PW3 */
protected byte admin_pin_length;
/* Called at Applet Install time; Reserve memory of persistent data objects */
protected Persistent() {
login = new byte[Constants.specialDoMaxLength()];
login_length = 0;