mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
suppress build warnings
This commit is contained in:
parent
c5ab222bdd
commit
e67f33f73b
@ -29,7 +29,8 @@ import org.openide.nodes.PropertySupport;
|
|||||||
class NodeProperty extends PropertySupport.ReadOnly {
|
class NodeProperty extends PropertySupport.ReadOnly {
|
||||||
|
|
||||||
private Object value;
|
private Object value;
|
||||||
|
|
||||||
|
@SuppressWarnings({"unchecked"})
|
||||||
NodeProperty(String name, String displayName, String desc, Object value) {
|
NodeProperty(String name, String displayName, String desc, Object value) {
|
||||||
super(name, value.getClass(), displayName, desc);
|
super(name, value.getClass(), displayName, desc);
|
||||||
setValue("suppressCustomEditor", Boolean.TRUE); // remove the "..." (editing) button
|
setValue("suppressCustomEditor", Boolean.TRUE); // remove the "..." (editing) button
|
||||||
|
@ -29,7 +29,7 @@ import org.sleuthkit.datamodel.BlackboardArtifact;
|
|||||||
* list of root Content objects for the tree.
|
* list of root Content objects for the tree.
|
||||||
*/
|
*/
|
||||||
public class RootContentChildren extends AbstractContentChildren {
|
public class RootContentChildren extends AbstractContentChildren {
|
||||||
private Collection contentKeys;
|
private Collection<? extends Object> contentKeys;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param contentKeys root Content objects for the Node tree
|
* @param contentKeys root Content objects for the Node tree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user