Fix bug in ModuleContentEvent

This commit is contained in:
Richard Cordovano 2015-04-24 13:56:25 -04:00
parent bc7380a8f6
commit dfed6ece71

View File

@ -27,7 +27,7 @@ import org.sleuthkit.datamodel.Content;
*/ */
public class ModuleContentEvent extends ChangeEvent { public class ModuleContentEvent extends ChangeEvent {
private String moduleName; private String moduleName = "";
/** /**
* Create a new event passing content that has changed * Create a new event passing content that has changed