added missing javadoc for branch parameter

This commit is contained in:
Sebastian Sdorra
2013-04-01 22:21:16 +02:00
parent 29c6d21f3d
commit 35774635e7

View File

@@ -673,7 +673,7 @@ public class RepositoryResource
* @param id the id of the repository
* @param path path of a file
* @param revision the revision of the file specified by the path parameter
* @param branch
* @param branch name of the branch
* @param start the start value for paging
* @param limit the limit value for paging
*