]> source.dussan.org Git - jgit.git/commit
GitDateParser#ParseableSimpleDateFormat: Make formatStr private final 46/144146/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Sun, 16 Jun 2019 04:54:31 +0000 (13:54 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Sun, 16 Jun 2019 23:18:12 +0000 (08:18 +0900)
commit383fe1e467fca3b16e2d99d8d07df77353bc48f3
treece96014283ee07910b018a86b83101cf4b3c81a7
parentb84235c4d119ff7c6fd3ab2b5d7efc31a557d2fe
GitDateParser#ParseableSimpleDateFormat: Make formatStr private final

ParseableSimpleDateFormat is an enum, and enums must be immutable,
hence the member should be final. At the same time, make it private
since it does not need to be publicly visible.

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