NIHVIVO-3087 Add parens to method display name in dump of argumentless method
This commit is contained in:
parent
74c0edabda
commit
4229e04a02
4 changed files with 43 additions and 38 deletions
|
@ -181,12 +181,5 @@ public abstract class BaseIndividualTemplateModel extends BaseTemplateModel {
|
|||
}
|
||||
return id;
|
||||
}
|
||||
|
||||
public String ageInUnits(String units) {
|
||||
return "5 " + units;
|
||||
}
|
||||
|
||||
public int age() {
|
||||
return 10;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue