Silence deprecation warning in WindowCacheConfig

Change-Id: I923b65efeaacc5e9cc8aecc754ab8d8e63ccd2e5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2015-04-12 01:08:48 +02:00
parent 17307df3af
commit e013bcdcc6
1 changed files with 1 additions and 0 deletions

View File

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