minor cleanup
This commit is contained in:
parent
7cccf19e45
commit
eee9d5ab97
1 changed files with 0 additions and 2 deletions
|
@ -162,9 +162,7 @@ class IndividualResponseBuilder {
|
|||
map = new HashMap<String, Object>();
|
||||
map.put("name", relatedSubjectInd.getName());
|
||||
|
||||
// TODO find out which of these values is the correct one
|
||||
map.put("url", UrlBuilder.getIndividualProfileUrl(relatedSubjectInd, vreq));
|
||||
map.put("url", (new ListedIndividual(relatedSubjectInd, vreq)).getProfileUrl());
|
||||
|
||||
String relatingPredicateUri = vreq.getParameter("relatingPredicateUri");
|
||||
if (relatingPredicateUri != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue