Merge branch '5676-RemoveOtherTypes' of https://github.com/wschaeferB/autopsy into 5665-DiscoveryContextMenuActions

This commit is contained in:
William Schaefer 2019-10-22 17:13:27 -04:00
commit 17f932bfa9

View File

@ -209,7 +209,7 @@ final class DiscoveryEvents {
* Construct a new NoResultsEvent.
*/
NoResultsEvent() {
//no arg conustructor
//no arg constructor
}
}
@ -222,7 +222,7 @@ final class DiscoveryEvents {
* Construct a new SearchCancelledEvent.
*/
SearchCancelledEvent() {
//no arg conustructor
//no arg constructor
}
}