mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Merge pull request #251 from rcordovano/close_case
Changed access specifier of Case.closeCase() method
This commit is contained in:
commit
ae55dd03c5
@ -372,7 +372,7 @@ public class Case implements SleuthkitCase.ErrorObserver {
|
||||
/**
|
||||
* Closes this case. This methods close the xml and clear all the fields.
|
||||
*/
|
||||
void closeCase() throws CaseActionException {
|
||||
public void closeCase() throws CaseActionException {
|
||||
changeCase(null);
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user