mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
fix bug in getChangesets method of repository resource
This commit is contained in:
@@ -448,7 +448,7 @@ public class RepositoryResource
|
|||||||
{
|
{
|
||||||
ChangesetPagingResult changesets = null;
|
ChangesetPagingResult changesets = null;
|
||||||
|
|
||||||
if (Util.isNotEmpty(path))
|
if (Util.isEmpty(path))
|
||||||
{
|
{
|
||||||
changesets = changesetViewerUtil.getChangesets(id, start, limit);
|
changesets = changesetViewerUtil.getChangesets(id, start, limit);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user