Repository: sentry Updated Branches: refs/heads/sentry-ha-redesign 5849ab0e5 -> dc03ed502
SENTRY-1623: Typo for notification log feature flag (Hao Hao, Reviewed by: Vamsee Yarlagadda) Change-Id: I2bdbd4ad2b8f0e8d1e240cd7ceaf21852752979f Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/dc03ed50 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/dc03ed50 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/dc03ed50 Branch: refs/heads/sentry-ha-redesign Commit: dc03ed502f53d8c31b69f7cf346909a9bd36ef2b Parents: 5849ab0 Author: hahao <[email protected]> Authored: Wed Feb 15 12:05:33 2017 -0800 Committer: hahao <[email protected]> Committed: Wed Feb 15 12:05:33 2017 -0800 ---------------------------------------------------------------------- .../java/org/apache/sentry/service/thrift/ServiceConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/dc03ed50/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ServiceConstants.java ---------------------------------------------------------------------- diff --git a/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ServiceConstants.java b/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ServiceConstants.java index 866ebc6..e10ddfd 100644 --- a/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ServiceConstants.java +++ b/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ServiceConstants.java @@ -165,7 +165,7 @@ public class ServiceConstants { .put("javax.jdo.option.Multithreaded", "true") .build(); - public static final String SENTRY_NOTIFICATION_LOG_ENABLED = "sentry.otification.log.enabled"; + public static final String SENTRY_NOTIFICATION_LOG_ENABLED = "sentry.notification.log.enabled"; public static final boolean SENTRY_NOTIFICATION_LOG_ENABLED_DEFAULT = false; public static final String SENTRY_WEB_ENABLE = "sentry.service.web.enable"; public static final Boolean SENTRY_WEB_ENABLE_DEFAULT = false;
