You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/16 17:53:43 UTC

[fineract-cn-postgresql] 17/18: default to false

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

juhan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-postgresql.git

commit 239888a4ee99637dff70096424cc22a1ca3d3342
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sun Oct 13 19:18:14 2019 +0300

    default to false
---
 .../org/apache/fineract/cn/postgresql/util/EclipseLinkConstants.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/fineract/cn/postgresql/util/EclipseLinkConstants.java b/src/main/java/org/apache/fineract/cn/postgresql/util/EclipseLinkConstants.java
index 4719a70..322261c 100644
--- a/src/main/java/org/apache/fineract/cn/postgresql/util/EclipseLinkConstants.java
+++ b/src/main/java/org/apache/fineract/cn/postgresql/util/EclipseLinkConstants.java
@@ -22,5 +22,5 @@ public interface EclipseLinkConstants {
 
   String ECLIPSE_LINK_SHOW_SQL = "eclipseLink.showSql";
 
-  String ECLIPSE_LINK_SHOW_SQL_DEFAULT = "true";
+  String ECLIPSE_LINK_SHOW_SQL_DEFAULT = "false";
 }