You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loadConfig line chgHmacAlgorithm.setSelectedIndex(timeStep, true); is incorrect, because timeStep is usually 30 -> Exception -> Delete of record store. Line should be chgHmacAlgorithm.setSelectedIndex(aDis.readInt(), true);. Also in load, finally should closeRecordStore.
The text was updated successfully, but these errors were encountered:
loadConfig line chgHmacAlgorithm.setSelectedIndex(timeStep, true); is incorrect, because timeStep is usually 30 -> Exception -> Delete of record store. Line should be chgHmacAlgorithm.setSelectedIndex(aDis.readInt(), true);. Also in load, finally should closeRecordStore.
The text was updated successfully, but these errors were encountered: