]> source.dussan.org Git - jgit.git/commitdiff
Silence deprecation warning in WindowCacheConfig 08/45708/7
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 11 Apr 2015 23:08:48 +0000 (01:08 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 28 May 2015 22:15:33 +0000 (00:15 +0200)
Change-Id: I923b65efeaacc5e9cc8aecc754ab8d8e63ccd2e5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCacheConfig.java

index 69abd0d976435aaab209eab096a9b4318e317164..4205fc4e8046e698811551b7ea4eb172d5825c3c 100644 (file)
@@ -221,6 +221,7 @@ public class WindowCacheConfig {
         *
         * @since 3.0
         */
+       @SuppressWarnings("deprecation")
        public void install() {
                WindowCache.reconfigure(this);
        }