diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-04-12 01:08:48 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-05-29 00:15:33 +0200 |
commit | e013bcdcc638be71a7639c52dfcfa33445d49fd5 (patch) | |
tree | f47fe92abdbe7bebcf67da445d6e597fdf91f804 /org.eclipse.jgit | |
parent | 17307df3af722b9fcb5a90ebea03505a7a82faf0 (diff) | |
download | jgit-e013bcdcc638be71a7639c52dfcfa33445d49fd5.tar.gz jgit-e013bcdcc638be71a7639c52dfcfa33445d49fd5.zip |
Silence deprecation warning in WindowCacheConfig
Change-Id: I923b65efeaacc5e9cc8aecc754ab8d8e63ccd2e5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCacheConfig.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCacheConfig.java b/org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCacheConfig.java index 69abd0d976..4205fc4e80 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCacheConfig.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCacheConfig.java @@ -221,6 +221,7 @@ public class WindowCacheConfig { * * @since 3.0 */ + @SuppressWarnings("deprecation") public void install() { WindowCache.reconfigure(this); } |