Revision 2450
Added by sgarg over 19 years ago
src/edu/ucsb/nceas/metacat/DocumentImpl.java | ||
---|---|---|
1673 | 1673 |
nodename = rs.getString(5); |
1674 | 1674 |
nodeprefix = rs.getString(6); |
1675 | 1675 |
nodedata = rs.getString(7); |
1676 |
nodedata = MetaCatUtil.normalize(nodedata); |
|
1677 | 1676 |
// add the data to the node record list hashtable |
1678 | 1677 |
NodeRecord currentRecord = new NodeRecord(nodeid, parentnodeid, |
1679 | 1678 |
nodeindex, nodetype, nodename, nodeprefix, nodedata); |
Also available in: Unified diff
Removing call to normalize from getNodeRecordList()