Skip to content

Commit

Permalink
HHH-12920 Fix a debug message causing an exception at debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Sep 3, 2018
1 parent c1931f5 commit e8fcbe2
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -38,9 +38,8 @@ protected DomainDataStorageAccess getStorageAccess() {
return storageAccess;
}

@SuppressWarnings({"unchecked", "WeakerAccess"})
protected void clearCache() {
log.debugf( "Clearing cache data map [region=`%s`]" );
log.debugf( "Clearing cache data map [region=`%s`]", region.getName() );
getStorageAccess().evictData();
}

Expand Down

0 comments on commit e8fcbe2

Please sign in to comment.