NIHVIVO-1491 Restore earlier commits that were clobbered by a later revision

This commit is contained in:
rjy7 2011-01-04 14:48:19 +00:00
parent 50e0508499
commit 734ca39d26
2 changed files with 67 additions and 45 deletions

View file

@ -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();
}
}