Remove StorageException from throws clauses
Change-Id: I48a0169293ddf766fbbd924cb310f9b8dacc58cf
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
|
||||
package com.google.gerrit.server.notedb;
|
||||
|
||||
import com.google.gerrit.exceptions.StorageException;
|
||||
import java.io.IOException;
|
||||
import org.eclipse.jgit.errors.ConfigInvalidException;
|
||||
import org.eclipse.jgit.lib.ObjectId;
|
||||
@@ -35,5 +34,5 @@ public interface NoteDbRewriter {
|
||||
* @return the {@code ObjectId} of the ref's new tip commit.
|
||||
*/
|
||||
ObjectId rewriteCommitHistory(RevWalk revWalk, ObjectInserter inserter, ObjectId currTip)
|
||||
throws IOException, ConfigInvalidException, StorageException;
|
||||
throws IOException, ConfigInvalidException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user