mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Minor fix.
This commit is contained in:
parent
5760349475
commit
bdd1ccd15e
@ -38,7 +38,7 @@ final class AutoIngestCaseDeprioritizedEvent extends AutopsyEvent implements Ser
|
|||||||
* @param caseName The name of the case.
|
* @param caseName The name of the case.
|
||||||
* @param nodeName The host name of the node that deprioritized the case.
|
* @param nodeName The host name of the node that deprioritized the case.
|
||||||
*/
|
*/
|
||||||
public AutoIngestCaseDeprioritizedEvent(String nodeName, String caseName) {
|
AutoIngestCaseDeprioritizedEvent(String nodeName, String caseName) {
|
||||||
super(AutoIngestManager.Event.CASE_DEPRIORITIZED.toString(), null, null);
|
super(AutoIngestManager.Event.CASE_DEPRIORITIZED.toString(), null, null);
|
||||||
this.caseName = caseName;
|
this.caseName = caseName;
|
||||||
this.nodeName = nodeName;
|
this.nodeName = nodeName;
|
||||||
@ -49,7 +49,7 @@ final class AutoIngestCaseDeprioritizedEvent extends AutopsyEvent implements Ser
|
|||||||
*
|
*
|
||||||
* @return The case name.
|
* @return The case name.
|
||||||
*/
|
*/
|
||||||
public String getCaseName() {
|
String getCaseName() {
|
||||||
return caseName;
|
return caseName;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ final class AutoIngestCaseDeprioritizedEvent extends AutopsyEvent implements Ser
|
|||||||
*
|
*
|
||||||
* @return The host name of the node.
|
* @return The host name of the node.
|
||||||
*/
|
*/
|
||||||
public String getNodeName() {
|
String getNodeName() {
|
||||||
return nodeName;
|
return nodeName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user