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;