]> source.dussan.org Git - jgit.git/commit
DirCache: Use constant from StandardCharsets 96/120996/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Wed, 11 Apr 2018 12:31:07 +0000 (21:31 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Thu, 12 Apr 2018 01:09:51 +0000 (10:09 +0900)
commite5ba2c9bdae8c0a18ae9b5b8e5f255aae254b864
treee170061e01f33604b802b7852039708e44521b30
parentec84767c338d255c149a59c8766c864b42eaa0f3
DirCache: Use constant from StandardCharsets

Instead of hard-coding the encoding name, use the constant from
StandardCharsets. As a result it is no longer necessary to catch
the UnsupportedEncodingException.

Change-Id: I3cb6de921a78e05e2a894c220e0d5a5c85e172cc
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java