NIHVIVO-646 Drag-and-drop author reordering

This commit is contained in:
rjy7 2010-07-01 18:27:06 +00:00
parent 962e1927ae
commit 194d7cdb81

View file

@ -165,7 +165,6 @@ public class IndividualImpl extends BaseResourceBean implements Individual, Comp
return dataValues; return dataValues;
} }
public String getDataValue(String propertyUri) { public String getDataValue(String propertyUri) {
List<DataPropertyStatement> stmts = getDataPropertyStatements(propertyUri); List<DataPropertyStatement> stmts = getDataPropertyStatements(propertyUri);
return stmts.isEmpty() ? null : stmts.get(0).getData(); return stmts.isEmpty() ? null : stmts.get(0).getData();