From 55c1a5edb38eea39dd83a6623c7a84289865c606 Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 5 Oct 2023 19:15:05 -0500 Subject: [PATCH] Add a comment --- src/dev/c0de/smartpgp/Persistent.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dev/c0de/smartpgp/Persistent.java b/src/dev/c0de/smartpgp/Persistent.java index a5ed2e4..59b3dea 100644 --- a/src/dev/c0de/smartpgp/Persistent.java +++ b/src/dev/c0de/smartpgp/Persistent.java @@ -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;