mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
ignore warning on Type
This commit is contained in:
parent
2db51beb69
commit
f0ec93e069
@ -272,7 +272,7 @@ public class CorrelationAttributeInstance implements Serializable {
|
|||||||
* Correlation Types which determine which table to query in the CR
|
* Correlation Types which determine which table to query in the CR
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("serial")
|
@SuppressWarnings("serial")
|
||||||
public static class Type implements Serializable {
|
public static class Type implements Serializable { // NOPMD Avoid short class names like Type
|
||||||
|
|
||||||
private int typeId;
|
private int typeId;
|
||||||
private String displayName;
|
private String displayName;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user