Browse Source

Silence deprecation warning in WindowCacheConfig

Change-Id: I923b65efeaacc5e9cc8aecc754ab8d8e63ccd2e5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.0.0.201506020755-rc3
Matthias Sohn 9 years ago
parent
commit
e013bcdcc6

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCacheConfig.java View File

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

Loading…
Cancel
Save