mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +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;
|
||||
|
||||
if (Util.isNotEmpty(path))
|
||||
if (Util.isEmpty(path))
|
||||
{
|
||||
changesets = changesetViewerUtil.getChangesets(id, start, limit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user