MailProcessor: Remove unused throws clause

Change-Id: Ic0becccdf87d46d622b703240d22abe29574102d
This commit is contained in:
Dave Borowitz
2017-07-05 16:11:02 -04:00
parent 0f885aa85d
commit 686e19ffbc

View File

@@ -309,7 +309,7 @@ public class MailProcessor {
ctx.getWhen());
}
private ChangeMessage generateChangeMessage(ChangeContext ctx) throws OrmException {
private ChangeMessage generateChangeMessage(ChangeContext ctx) {
String changeMsg = "Patch Set " + psId.get() + ":";
if (parsedComments.get(0).type == MailComment.CommentType.CHANGE_MESSAGE) {
// Add a blank line after Patch Set to follow the default format