]> source.dussan.org Git - jgit.git/commit
[releng] Fix boxing warning 54/131254/1
authorMichael Keppler <Michael.Keppler@gmx.de>
Sat, 20 Oct 2018 13:19:23 +0000 (15:19 +0200)
committerMichael Keppler <Michael.Keppler@gmx.de>
Sat, 20 Oct 2018 13:20:51 +0000 (15:20 +0200)
commitf2db2a1f6589075e7740b9b6db33745dc4d2ecfb
tree408a3a56f646c95456ae02d8d3e251adf488502e
parentd056a543846ccf9b8cd0f59cc2f5920427fc4559
[releng] Fix boxing warning

Use Integer.valueOf() to avoid the warning by implicit conversion due to
usage as argument object in String.format().

Change-Id: Ib314f629d54ae1ce9729c3837d66ce8982a1898a
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.jgit/src/org/eclipse/jgit/transport/JschConfigSessionFactory.java