You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2023/10/20 11:26:56 UTC

[ignite-extensions] branch master updated: [MINOR] Fix compilation

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new f5f78e30 [MINOR] Fix compilation
f5f78e30 is described below

commit f5f78e303ca532a77d7d3a6430665ac89f35a57d
Author: nizhikov <ni...@apache.org>
AuthorDate: Fri Oct 20 14:26:46 2023 +0300

    [MINOR] Fix compilation
---
 .../java/org/apache/ignite/cache/hibernate/HibernateCacheProxy.java  | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/hibernate-ext/hibernate/src/main/java/org/apache/ignite/cache/hibernate/HibernateCacheProxy.java b/modules/hibernate-ext/hibernate/src/main/java/org/apache/ignite/cache/hibernate/HibernateCacheProxy.java
index 1da411bf..3edbb03f 100644
--- a/modules/hibernate-ext/hibernate/src/main/java/org/apache/ignite/cache/hibernate/HibernateCacheProxy.java
+++ b/modules/hibernate-ext/hibernate/src/main/java/org/apache/ignite/cache/hibernate/HibernateCacheProxy.java
@@ -594,11 +594,6 @@ public class HibernateCacheProxy implements IgniteInternalCache<Object, Object>
         return delegate.get().withNoRetries();
     }
 
-    /** {@inheritDoc} */
-    @Override public <K1, V1> IgniteInternalCache<K1, V1> withAllowAtomicOpsInTx() {
-        return delegate.get().withAllowAtomicOpsInTx();
-    }
-
     /** {@inheritDoc} */
     @Override public GridCacheContext context() {
         return delegate.get().context();