Skip to content

Commit

Permalink
deprecated getDatastreamHistoryOld method removed from org.fcrepo.api…
Browse files Browse the repository at this point in the history
….FedoraDatastreams
  • Loading branch information
Aleksey Pokalyukhin committed Apr 11, 2013
1 parent 7ea33c5 commit fa3b06e
Showing 1 changed file with 0 additions and 25 deletions.
Expand Up @@ -384,31 +384,6 @@ public DatastreamHistory getDatastreamHistory(@PathParam("pid")
return dsHistory;
}

/**
* Get previous version information for this datastream. See
* /{dsid}/versions. Kept for compatibility with fcrepo <3.5 API.
*
* @deprecated
*
* @param pid
* persistent identifier of the digital object
* @param dsid
* datastream identifier
* @return 200
* @throws RepositoryException
* @throws IOException
* @throws TemplateException
*/
@GET
@Path("/{dsid}/history")
@Produces(TEXT_XML)
@Deprecated
public DatastreamHistory getDatastreamHistoryOld(@PathParam("pid")
final String pid, @PathParam("dsid")
final String dsid) throws RepositoryException, IOException {
return getDatastreamHistory(pid, dsid);
}

@GET
@Path("/{dsid}/fixity")
@Produces({TEXT_XML, APPLICATION_JSON})
Expand Down

0 comments on commit fa3b06e

Please sign in to comment.