Merge "Remove unnecessary throws OrmException"
This commit is contained in:
@@ -608,7 +608,7 @@ public class ChangeHookRunner implements ChangeHooks, LifecycleListener {
|
||||
|
||||
@Override
|
||||
public void postEvent(final Branch.NameKey branchName,
|
||||
final ChangeEvent event) throws OrmException {
|
||||
final ChangeEvent event) {
|
||||
fireEvent(branchName, event);
|
||||
}
|
||||
|
||||
|
@@ -188,8 +188,6 @@ public interface ChangeHooks {
|
||||
*
|
||||
* @param branchName The branch that the event is related to
|
||||
* @param event The event to post
|
||||
* @throws OrmException
|
||||
*/
|
||||
public void postEvent(Branch.NameKey branchName, ChangeEvent event)
|
||||
throws OrmException;
|
||||
public void postEvent(Branch.NameKey branchName, ChangeEvent event);
|
||||
}
|
||||
|
Reference in New Issue
Block a user