Skip to content

Commit ad3998e

Browse files
committed
Address reviewer suggestions
1 parent 6d8821c commit ad3998e

File tree

1 file changed

+0
-1
lines changed
  • components/application-mgt/org.wso2.carbon.identity.application.common/src/main/java/org/wso2/carbon/identity/application/common/cache

1 file changed

+0
-1
lines changed

components/application-mgt/org.wso2.carbon.identity.application.common/src/main/java/org/wso2/carbon/identity/application/common/cache/BaseCache.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ public void addToCacheOnRead(K key, V entry) {
179179
.getThreadLocalCarbonContext();
180180
carbonContext.setTenantId(MultitenantConstants.SUPER_TENANT_ID);
181181
carbonContext.setTenantDomain(MultitenantConstants.SUPER_TENANT_DOMAIN_NAME);
182-
// Element already in the cache. Remove it first
183182
Cache<K, V> cache = getBaseCache();
184183
if (cache != null) {
185184
cache.putOnRead(key, entry);

0 commit comments

Comments
 (0)