Skip to content

Commit

Permalink
Checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timoninmaxim committed Nov 26, 2024
1 parent 37b4965 commit ae4e529
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package org.apache.ignite.internal.processors.cache;

import java.io.Serializable;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import javax.cache.expiry.ExpiryPolicy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,7 @@ public List<FieldsQueryCursor<List<?>>> querySqlFields(
SessionContext sesCtx = null;

if (cctx != null) {
CacheOperationContext opCtx = cctx.operationContextPerCall();;
CacheOperationContext opCtx = cctx.operationContextPerCall();

if (opCtx != null && opCtx.applicationAttributes() != null)
sesCtx = new SessionContextImpl(opCtx.applicationAttributes());
Expand Down

0 comments on commit ae4e529

Please sign in to comment.