mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +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 {
|
||||
|
||||
private Object value;
|
||||
|
||||
|
||||
@SuppressWarnings({"unchecked"})
|
||||
NodeProperty(String name, String displayName, String desc, Object value) {
|
||||
super(name, value.getClass(), displayName, desc);
|
||||
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.
|
||||
*/
|
||||
public class RootContentChildren extends AbstractContentChildren {
|
||||
private Collection contentKeys;
|
||||
private Collection<? extends Object> contentKeys;
|
||||
|
||||
/**
|
||||
* @param contentKeys root Content objects for the Node tree
|
||||
|
Loading…
x
Reference in New Issue
Block a user