remove warn

This commit is contained in:
adam-m 2012-10-23 17:52:57 -04:00
parent 2827eeaa0a
commit c4e8e34b65

View File

@ -28,7 +28,7 @@ import org.sleuthkit.datamodel.BlackboardArtifact;
* Children implementation for the root node of a ContentNode tree. Accepts a
* list of root Content objects for the tree.
*/
public class RootContentChildren<Object> extends AbstractContentChildren<Object> {
public class RootContentChildren extends AbstractContentChildren<Object> {
private Collection<? extends Object> contentKeys;
/**