From 4bb62f0c9a2915bf42a26b2f744432666443923d Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Fri, 28 Nov 2008 01:13:58 +0000
Subject: [PATCH] minor: - Improve comment.

SVN: 9118
---
 openbis/source/java/hibernateContext.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis/source/java/hibernateContext.xml b/openbis/source/java/hibernateContext.xml
index 7bcca259ec2..4ab65b27ba3 100644
--- a/openbis/source/java/hibernateContext.xml
+++ b/openbis/source/java/hibernateContext.xml
@@ -73,7 +73,7 @@
         </property>
         <property name="hibernateProperties">
             <props>
-                <!-- Uncomment this if you want globally disable the second-level cache. 
+                <!-- Uncomment this if you want to disable globally the second-level cache. 
                     <prop key="hibernate.cache.use_second_level_cache">false</prop>
                 -->
                 <prop key="hibernate.cache.provider_class">
@@ -87,7 +87,7 @@
                 <prop key="hibernate.search.default.optimizer.operation_limit.max">1000</prop>
                 <prop key="hibernate.search.default.optimizer.transaction_limit.max">100</prop>
                 <prop key="hibernate.search.worker.batch_size">${hibernate.search.batch-size}</prop>
-                <!--   
+                <!--  Uncomment this for debugging the Hibernate sql queries
                     <prop key="hibernate.show_sql">true</prop>
                     <prop key="hibernate.format_sql">true</prop>
                     <prop key="hibernate.use_sql_comments">true</prop>
-- 
GitLab