added api to fetch a single changeset

This commit is contained in:
Sebastian Sdorra
2012-01-18 19:14:01 +01:00
parent 2d54bd540e
commit 9d29bcd743
6 changed files with 188 additions and 5 deletions

View File

@@ -82,6 +82,20 @@ public class SvnChangesetViewer implements ChangesetViewer
//~--- get methods ----------------------------------------------------------
/**
* Method description
*
*
* @param revision
*
* @return
*/
@Override
public Changeset getChangeset(String revision)
{
throw new UnsupportedOperationException("Not supported yet.");
}
/**
* Method description
*