CommitCommand: Remove declaration of unthrown exception

Change-Id: I1795b1e510ab170f062ee6c5988d7a7567abe260
Signed-off-by: David Pursehouse <david.pursehouse@sonymobile.com>
This commit is contained in:
David Pursehouse 2016-02-02 18:27:47 +09:00
parent 2fab7f20a7
commit 521f513d6d
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ public RevCommit call() throws GitAPIException, NoHeadException,
}
}
private void insertChangeId(ObjectId treeId) throws IOException {
private void insertChangeId(ObjectId treeId) {
ObjectId firstParentId = null;
if (!parents.isEmpty())
firstParentId = parents.get(0);