Remove StorageException from throws clauses
Change-Id: I48a0169293ddf766fbbd924cb310f9b8dacc58cf
This commit is contained in:
@@ -46,8 +46,7 @@ public class PublishCommentUtil {
|
||||
}
|
||||
|
||||
public void publish(
|
||||
ChangeContext ctx, PatchSet.Id psId, Collection<Comment> drafts, @Nullable String tag)
|
||||
throws StorageException {
|
||||
ChangeContext ctx, PatchSet.Id psId, Collection<Comment> drafts, @Nullable String tag) {
|
||||
ChangeNotes notes = ctx.getNotes();
|
||||
checkArgument(notes != null);
|
||||
if (drafts.isEmpty()) {
|
||||
|
Reference in New Issue
Block a user