NIHVIVO-646 Drag-and-drop author reordering
This commit is contained in:
parent
962e1927ae
commit
194d7cdb81
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@ public class IndividualImpl extends BaseResourceBean implements Individual, Comp
|
|||
return dataValues;
|
||||
}
|
||||
|
||||
|
||||
public String getDataValue(String propertyUri) {
|
||||
List<DataPropertyStatement> stmts = getDataPropertyStatements(propertyUri);
|
||||
return stmts.isEmpty() ? null : stmts.get(0).getData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue