mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-18 02:27:42 +00:00
update javadoc to include deprecation
This commit is contained in:
parent
d4ca8b1a73
commit
0a8bdd9918
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Autopsy Forensic Browser
|
* Autopsy Forensic Browser
|
||||||
*
|
*
|
||||||
* Copyright 2013 Basis Technology Corp.
|
* Copyright 2011-17 Basis Technology Corp.
|
||||||
* Contact: carrier <at> sleuthkit <dot> org
|
* Contact: carrier <at> sleuthkit <dot> org
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -89,7 +89,9 @@ public interface DataResultViewer {
|
|||||||
*
|
*
|
||||||
* @param contentViewer content viewer to respond to selection events from
|
* @param contentViewer content viewer to respond to selection events from
|
||||||
* this viewer
|
* this viewer
|
||||||
|
*
|
||||||
|
* @deprecated All implementations of this method are now no-ops.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public void setContentViewer(DataContent contentViewer);
|
public void setContentViewer(DataContent contentViewer);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user