Fix integer boxing eclipse warning

Change-Id: I89a8495a799254586016393e51697cfbceacac8b
Signed-off-by: Hugo Arès <hugo.ares@ericsson.com>
This commit is contained in:
Hugo Arès 2015-09-16 13:22:15 -04:00 committed by Matthias Sohn
parent 61e1645e04
commit 6f3684d7c9
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ public void unstashNonStashCommit() throws Exception {
} catch (JGitInternalException e) {
assertEquals(MessageFormat.format(
JGitText.get().stashCommitIncorrectNumberOfParents,
head.name(), 0),
head.name(), "0"),
e.getMessage());
}
}