mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
Add limit to 'toString'
This commit is contained in:
@@ -149,6 +149,7 @@ public final class BrowseCommandRequest extends FileBaseCommandRequest
|
||||
.add("recursive", recursive)
|
||||
.add("disableLastCommit", disableLastCommit)
|
||||
.add("disableSubRepositoryDetection", disableSubRepositoryDetection)
|
||||
.add("limit", limit)
|
||||
.add("offset", offset)
|
||||
.toString();
|
||||
//J+
|
||||
|
||||
Reference in New Issue
Block a user