Merge pull request #251 from rcordovano/close_case

Changed access specifier of Case.closeCase() method
This commit is contained in:
Brian Carrier 2013-08-19 19:54:28 -07:00
commit ae55dd03c5

View File

@ -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 {