Misc. trivia

This commit is contained in:
Peter J. Martel 2011-12-16 16:12:19 -05:00
parent be10a4bb41
commit 25673930f3
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ public class KeyValueNode extends AbstractNode {
}
// table view drops first column of properties under assumption
// that it contains the node's property
// that it contains the node's name
ss.put(new NodeProperty("Name", "Name", "n/a", thing.getName()));
for (Map.Entry<String, Object> entry : thing.getMap().entrySet()) {

View File

@ -30,7 +30,7 @@ import org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent;
import org.sleuthkit.autopsy.filesearch.FileSearchTopComponent;
/**
* Menu item lists DataResult tabs.w
* Menu item lists DataResult tabs.
*/
public class SearchResultMenu extends JMenuItem implements DynamicMenuContent {