mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
rename blame method to getBlame
This commit is contained in:
@@ -133,7 +133,7 @@ public class RepositoryResource
|
|||||||
setDisableCache(false);
|
setDisableCache(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
//~--- methods --------------------------------------------------------------
|
//~--- get methods ----------------------------------------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method description
|
* Method description
|
||||||
@@ -150,9 +150,9 @@ public class RepositoryResource
|
|||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Path("{id}/blame")
|
@Path("{id}/blame")
|
||||||
public Response blame(@PathParam("id") String id,
|
public Response getBlame(@PathParam("id") String id,
|
||||||
@QueryParam("revision") String revision,
|
@QueryParam("revision") String revision,
|
||||||
@QueryParam("path") String path)
|
@QueryParam("path") String path)
|
||||||
throws RepositoryException, IOException
|
throws RepositoryException, IOException
|
||||||
{
|
{
|
||||||
Response response = null;
|
Response response = null;
|
||||||
@@ -189,8 +189,6 @@ public class RepositoryResource
|
|||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
//~--- get methods ----------------------------------------------------------
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method description
|
* Method description
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user