added object id to metadata viewer

This commit is contained in:
Brian Carrier 2013-09-10 15:57:08 -04:00 committed by jmillman
parent 5ee28125b7
commit 74de009a8e

View File

@ -144,6 +144,8 @@ public class Metadata extends javax.swing.JPanel implements DataContentViewer
}
addRow(sb, "MD5", md5);
addRow(sb, "Internal ID", new Long(file.getId()).toString());
endTable(sb);
setText(sb.toString());
}