mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
remove unused method
This commit is contained in:
@@ -247,19 +247,6 @@ public class HgCGIServlet extends HttpServlet
|
|||||||
return python;
|
return python;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Method description
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* @param repositoryname
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
*/
|
|
||||||
private Repository getRepository(String repositoryname)
|
|
||||||
{
|
|
||||||
return repositoryManager.get(HgRepositoryHandler.TYPE_NAME, repositoryname);
|
|
||||||
}
|
|
||||||
|
|
||||||
//~--- fields ---------------------------------------------------------------
|
//~--- fields ---------------------------------------------------------------
|
||||||
|
|
||||||
/** Field description */
|
/** Field description */
|
||||||
|
|||||||
Reference in New Issue
Block a user