mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Cleanup
This commit is contained in:
parent
cd549922a5
commit
e7f6fe01b3
@ -59,9 +59,9 @@ public final class UserPreferences {
|
||||
}
|
||||
|
||||
/**
|
||||
* Reload all preferences from disk.
|
||||
* This is only needed if the preferences file is being directly modified on disk
|
||||
* while Viking is running.
|
||||
* Reload all preferences from disk. This is only needed if the preferences
|
||||
* file is being directly modified on disk while Autopsy is running.
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public static void reloadFromStorage() throws Exception {
|
||||
@ -69,9 +69,10 @@ public final class UserPreferences {
|
||||
}
|
||||
|
||||
/**
|
||||
* Saves the current preferences to storage.
|
||||
* This is only needed if the preferences files are going to be copied
|
||||
* to another location while Viking is running.
|
||||
* Saves the current preferences to storage. This is only needed if the
|
||||
* preferences files are going to be copied to another location while
|
||||
* Autopsy is running.
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public static void saveToStorage() throws Exception {
|
||||
|
Loading…
x
Reference in New Issue
Block a user