Skip to content

Commit 2a10b41

Browse files
committed
Remove deprecated FS#setAsyncFileStoreAttributes method
Change-Id: Iea9f61fd65772ab247b382c93035e3c9974705aa
1 parent 0b531cd commit 2a10b41

File tree

1 file changed

+0
-15
lines changed
  • org.eclipse.jgit/src/org/eclipse/jgit/util

1 file changed

+0
-15
lines changed

org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)