mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 14:07:43 +02: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