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