You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/04/10 11:18:06 UTC

[7/9] ignite git commit: ignite-3477-master fix hibernate cache proxy description

ignite-3477-master fix hibernate cache proxy description


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a7afb7f4
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a7afb7f4
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a7afb7f4

Branch: refs/heads/ignite-1794
Commit: a7afb7f496deac41a05deca39ed180a1d37afa4d
Parents: 782ff0a
Author: Dmitriy Govorukhin <dg...@gridgain.com>
Authored: Mon Apr 10 13:07:24 2017 +0300
Committer: Dmitriy Govorukhin <dg...@gridgain.com>
Committed: Mon Apr 10 13:07:24 2017 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/cache/hibernate/HibernateCacheProxy.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a7afb7f4/modules/hibernate/src/main/java/org/apache/ignite/cache/hibernate/HibernateCacheProxy.java
----------------------------------------------------------------------
diff --git a/modules/hibernate/src/main/java/org/apache/ignite/cache/hibernate/HibernateCacheProxy.java b/modules/hibernate/src/main/java/org/apache/ignite/cache/hibernate/HibernateCacheProxy.java
index 824cac4..69d9097 100644
--- a/modules/hibernate/src/main/java/org/apache/ignite/cache/hibernate/HibernateCacheProxy.java
+++ b/modules/hibernate/src/main/java/org/apache/ignite/cache/hibernate/HibernateCacheProxy.java
@@ -50,7 +50,7 @@ import org.apache.ignite.transactions.TransactionIsolation;
 import org.jetbrains.annotations.Nullable;
 
 /**
- *
+ * Hibernate cache proxy.
  */
 public class HibernateCacheProxy implements IgniteInternalCache<Object, Object> {
     /** Delegate. */