]> source.dussan.org Git - jgit.git/commit
Fix an invalid format string 83/43483/3
authorDavid Pletcher <dpletcher@google.com>
Mon, 9 Mar 2015 21:48:32 +0000 (14:48 -0700)
committerDavid Pletcher <dpletcher@google.com>
Mon, 9 Mar 2015 22:47:01 +0000 (15:47 -0700)
commitfe7c556f34c8f32abf36d473d2f7a21a0c67bf92
tree6e0ca5e5ea2efed245370d90c277289cea3d9334
parenta8fb77853a97568dc03ca9513eadb01bb2b50c06
Fix an invalid format string

The %x format specifier is not valid for a byte array.
This patch fixes a bug that would cause an IllegalFormatConversionException.

Change-Id: I025975eca7b2f10bbafa39f5519f8668e6536541
Signed-off-by: David Pletcher <dpletcher@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/HMACSHA1NonceGenerator.java