mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
7225 document new method arguments
This commit is contained in:
parent
6092ef4b6b
commit
31ee0183cd
@ -284,6 +284,7 @@ public final class DiscoveryEventUtils {
|
||||
*
|
||||
* @param results The list of MiniTimelineResults contained in this
|
||||
* event.
|
||||
* @param domain The domain the results are for.
|
||||
*/
|
||||
public MiniTimelineResultEvent(List<MiniTimelineResult> results, String domain) {
|
||||
if (results != null) {
|
||||
@ -306,7 +307,7 @@ public final class DiscoveryEventUtils {
|
||||
*
|
||||
* @return The domain the list of results is for.
|
||||
*/
|
||||
public String getDomain(){
|
||||
public String getDomain() {
|
||||
return domain;
|
||||
}
|
||||
}
|
||||
|
@ -104,7 +104,8 @@ final class MiniTimelinePanel extends javax.swing.JPanel {
|
||||
/**
|
||||
* Manually set the status of the panel.
|
||||
*
|
||||
* @param status The ArtifactRetrievalStatus of the panel.
|
||||
* @param status The ArtifactRetrievalStatus of the panel
|
||||
* @param domain The domain the panel is currently reflecting.
|
||||
*/
|
||||
@ThreadConfined(type = ThreadConfined.ThreadType.AWT)
|
||||
void setStatus(DomainArtifactsTabPanel.ArtifactRetrievalStatus status, String domain) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user