improve changesetviewer

This commit is contained in:
Sebastian Sdorra
2011-04-08 09:10:56 +02:00
parent 126b20315e
commit e2cd39ee43
2 changed files with 14 additions and 7 deletions

View File

@@ -126,7 +126,7 @@ public class RepositoryResource
@Produces({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
public Response getChangesets(@PathParam("id") String id,
@DefaultValue("0") @QueryParam("start") int start,
@DefaultValue("25") @QueryParam("limit") int limit)
@DefaultValue("20") @QueryParam("limit") int limit)
throws RepositoryException
{
Response response = null;