simplify repositorybrowser api

This commit is contained in:
Sebastian Sdorra
2011-06-12 16:16:30 +02:00
parent a20a673e4c
commit e40b37d90b

View File

@@ -50,8 +50,6 @@ public interface RepositoryBrowser
*
*
* @param revision
* @param tag
* @param branch
* @param path
*
* @return
@@ -59,7 +57,6 @@ public interface RepositoryBrowser
* @throws IOException
* @throws RepositoryException
*/
public BrowserResult getResult(String revision, String tag, String branch,
String path)
public BrowserResult getResult(String revision, String path)
throws IOException, RepositoryException;
}