Procházet zdrojové kódy

Silence boxing warning

Change-Id: I36c40eb91ce0c51f89b47911fa14beffcbc0a7cd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.9.1.201712030800-r
Matthias Sohn před 6 roky
rodič
revize
182d3b3dad

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_POSIX.java Zobrazit soubor

@@ -99,6 +99,7 @@ public class FS_POSIX extends FS {
}
}

@SuppressWarnings("boxing")
private void determineAtomicFileCreationSupport() {
// @TODO: enhance SystemReader to support this without copying code
Boolean ret = getAtomicFileCreationSupportOption(

Načítá se…
Zrušit
Uložit