NIHVIVO-1491 Restore earlier commits that were clobbered by a later revision
This commit is contained in:
parent
50e0508499
commit
734ca39d26
2 changed files with 67 additions and 45 deletions
|
@ -64,10 +64,4 @@ public class DataPropertyTemplateModel extends PropertyTemplateModel {
|
|||
return statements;
|
||||
}
|
||||
|
||||
// Allows the template to display a data value for a single property, when there is expected to be
|
||||
// only a single value for the property.
|
||||
public String getValue() {
|
||||
return statements.get(0).getValue();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue