]> source.dussan.org Git - jgit.git/commit
SHA1: Use externalized message in log 01/137501/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Sun, 24 Feb 2019 23:50:03 +0000 (08:50 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Mon, 25 Feb 2019 02:05:44 +0000 (11:05 +0900)
commite54243278ff810ef95e26b8a15bf3aa8505a2161
tree909e06f612fd7bfb56ea34c5e2f11ea2b650f9d9
parenta5a62a4cdbbc22df6af0638906142f3b28fbfd64
SHA1: Use externalized message in log

The non-externalized warning message says there is a "possible SHA-1
collision" but then the Sha1CollisionException is always thrown.

Replace the message with the existing externalised string that does
not say "possible".

Change-Id: I9773ec76b416c356e234a658fb119f98d33eac83
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/util/sha1/SHA1.java