Skip to content

Commit

Permalink
fcrepo-http-api IT all passing
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Apr 26, 2013
1 parent 25e3d3f commit c883094
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -123,7 +123,7 @@ private SitemapEntry getSitemapEntry(final Row r)
}
Calendar lastKnownDate = (lkDateValue != null) ? lkDateValue.getDate() : null;
return new SitemapEntry(uriInfo.getBaseUriBuilder().path(
FedoraObjects.class).path(FedoraObjects.class, "getObject")
FedoraDescribe.class)
.build(r.getNode().getName()), lastKnownDate);
}

Expand Down

0 comments on commit c883094

Please sign in to comment.