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);
|
||||
}
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
//~--- get methods ----------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Method description
|
||||
@@ -150,9 +150,9 @@ public class RepositoryResource
|
||||
*/
|
||||
@GET
|
||||
@Path("{id}/blame")
|
||||
public Response blame(@PathParam("id") String id,
|
||||
@QueryParam("revision") String revision,
|
||||
@QueryParam("path") String path)
|
||||
public Response getBlame(@PathParam("id") String id,
|
||||
@QueryParam("revision") String revision,
|
||||
@QueryParam("path") String path)
|
||||
throws RepositoryException, IOException
|
||||
{
|
||||
Response response = null;
|
||||
@@ -189,8 +189,6 @@ public class RepositoryResource
|
||||
return response;
|
||||
}
|
||||
|
||||
//~--- get methods ----------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user