mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +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.
|
* Closes this case. This methods close the xml and clear all the fields.
|
||||||
*/
|
*/
|
||||||
void closeCase() throws CaseActionException {
|
public void closeCase() throws CaseActionException {
|
||||||
changeCase(null);
|
changeCase(null);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user