File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
org.eclipse.jgit/src/org/eclipse/jgit/util Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -897,21 +897,6 @@ public static FS detect() {
897897 return detect (null );
898898 }
899899
900- /**
901- * Whether FileStore attributes should be determined asynchronously
902- *
903- * @param asynch
904- * whether FileStore attributes should be determined
905- * asynchronously. If false access to cached attributes may block
906- * for some seconds for the first call per FileStore
907- * @since 5.1.9
908- * @deprecated Use {@link FileStoreAttributes#setBackground} instead
909- */
910- @ Deprecated
911- public static void setAsyncFileStoreAttributes (boolean asynch ) {
912- FileStoreAttributes .setBackground (asynch );
913- }
914-
915900 /**
916901 * Auto-detect the appropriate file system abstraction, taking into account
917902 * the presence of a Cygwin installation on the system. Using jgit in
You can’t perform that action at this time.
0 commit comments