mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Merge branch 'master' of https://github.com/sleuthkit/autopsy
This commit is contained in:
commit
cfee635a9c
@ -65,8 +65,11 @@ public class ArtifactStringContent implements StringContent{
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
buffer.append(": ");
|
if (!"".equals(attr.getContext())) {
|
||||||
|
buffer.append(" (");
|
||||||
buffer.append(attr.getContext());
|
buffer.append(attr.getContext());
|
||||||
|
buffer.append(")");
|
||||||
|
}
|
||||||
buffer.append("\n ");
|
buffer.append("\n ");
|
||||||
}
|
}
|
||||||
return buffer.toString();
|
return buffer.toString();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user