]> source.dussan.org Git - jgit.git/commitdiff
Remove deprecated FS#setAsyncFileStoreAttributes method 45/1200445/2
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 30 Aug 2024 20:09:11 +0000 (22:09 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 3 Sep 2024 14:11:03 +0000 (16:11 +0200)
Change-Id: Iea9f61fd65772ab247b382c93035e3c9974705aa

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

index 8e0b93f082586663c6170d97b56ea998e83b8894..860c1c92fd8454642cd76aa42ebfc30844235540 100644 (file)
@@ -897,21 +897,6 @@ public abstract class FS {
                return detect(null);
        }
 
-       /**
-        * Whether FileStore attributes should be determined asynchronously
-        *
-        * @param asynch
-        *            whether FileStore attributes should be determined
-        *            asynchronously. If false access to cached attributes may block
-        *            for some seconds for the first call per FileStore
-        * @since 5.1.9
-        * @deprecated Use {@link FileStoreAttributes#setBackground} instead
-        */
-       @Deprecated
-       public static void setAsyncFileStoreAttributes(boolean asynch) {
-               FileStoreAttributes.setBackground(asynch);
-       }
-
        /**
         * Auto-detect the appropriate file system abstraction, taking into account
         * the presence of a Cygwin installation on the system. Using jgit in