mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
blame viewer throws IOException and RepositoryException
This commit is contained in:
@@ -33,6 +33,10 @@
|
|||||||
|
|
||||||
package sonia.scm.repository;
|
package sonia.scm.repository;
|
||||||
|
|
||||||
|
//~--- JDK imports ------------------------------------------------------------
|
||||||
|
|
||||||
|
import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface description
|
* Interface description
|
||||||
*
|
*
|
||||||
@@ -51,6 +55,10 @@ public interface BlameViewer
|
|||||||
* @param path
|
* @param path
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
|
*
|
||||||
|
* @throws IOException
|
||||||
|
* @throws RepositoryException
|
||||||
*/
|
*/
|
||||||
public BlamePagingResult getBlame(String revision, String path);
|
public BlamePagingResult getBlame(String revision, String path)
|
||||||
|
throws IOException, RepositoryException;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user