mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
Merge remote-tracking branch 'upstream/collaborative' into collaboration-monitor
This commit is contained in:
commit
66fd8b6415
@ -540,7 +540,7 @@ public class Case implements SleuthkitCase.ErrorObserver {
|
|||||||
*
|
*
|
||||||
* @param newDataSource new data source added
|
* @param newDataSource new data source added
|
||||||
*/
|
*/
|
||||||
void notifyNewDataSource(Content newDataSource) {
|
public void notifyNewDataSource(Content newDataSource) {
|
||||||
eventPublisher.publish(new DataSourceAddedEvent(newDataSource));
|
eventPublisher.publish(new DataSourceAddedEvent(newDataSource));
|
||||||
CoreComponentControl.openCoreWindows();
|
CoreComponentControl.openCoreWindows();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user