]> source.dussan.org Git - jgit.git/commit
FS_POSIX: Fix boxing/unboxing of Boolean 88/112988/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Thu, 7 Dec 2017 07:30:01 +0000 (16:30 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Thu, 7 Dec 2017 11:02:59 +0000 (20:02 +0900)
commit61790cb931d8b5f932f160ebe80bb8cabe248a75
treed2a4c36a3e8bcf603457c8e9ecd3783c4aaeaa61
parent171f84a04117cfd02446f67565073a05128777a4
FS_POSIX: Fix boxing/unboxing of Boolean

Boolean is being abused to represent three possible states of atomic
file creation support (true/enabled, false/disabled, null/undefined).

Replace this with an enum of the three explicit states.

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