Browse Source

Silence boxing warning

Change-Id: I36c40eb91ce0c51f89b47911fa14beffcbc0a7cd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-4.6
Matthias Sohn 7 years ago
parent
commit
182d3b3dad
  1. 1
      org.eclipse.jgit/src/org/eclipse/jgit/util/FS_POSIX.java

1
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_POSIX.java

@ -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(

Loading…
Cancel
Save