]> source.dussan.org Git - jgit.git/commit
InvalidLongObjectIdException: Fix formatting of message 77/112977/3
authorDavid Pursehouse <david.pursehouse@gmail.com>
Thu, 7 Dec 2017 00:51:56 +0000 (09:51 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Thu, 7 Dec 2017 11:02:59 +0000 (20:02 +0900)
commit899696ed08c1c3d6649de00c9d53d436fce6b1fb
tree02632f2cdaf8757681193cd00706d941a96fe28f
parentb433f2722fd55e43a764e7d56c29bb037d87fa09
InvalidLongObjectIdException: Fix formatting of message

The message is formatted as:

  Invalid id: : abcde...

but should be:

  Invalid id: abcde...

Change-Id: Ie15cacdcf2f168edaee262e6cf8061ebfe9d998d
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/DownloadTest.java
org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/errors/InvalidLongObjectIdException.java