You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ni...@apache.org on 2019/08/01 05:41:13 UTC

[ranger] branch master updated: RANGER-2516 : addednum change

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

nikhil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fec38f  RANGER-2516 : addednum change
9fec38f is described below

commit 9fec38f6b77648268c5473aada56c2c1a2c7d08a
Author: Nikhil P <ni...@apache.org>
AuthorDate: Thu Aug 1 11:10:30 2019 +0530

    RANGER-2516 : addednum change
---
 .../main/java/org/apache/ranger/services/atlas/RangerServiceAtlas.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin-atlas/src/main/java/org/apache/ranger/services/atlas/RangerServiceAtlas.java b/plugin-atlas/src/main/java/org/apache/ranger/services/atlas/RangerServiceAtlas.java
index 501a6b5..77a626e 100644
--- a/plugin-atlas/src/main/java/org/apache/ranger/services/atlas/RangerServiceAtlas.java
+++ b/plugin-atlas/src/main/java/org/apache/ranger/services/atlas/RangerServiceAtlas.java
@@ -71,7 +71,7 @@ public class RangerServiceAtlas extends RangerBaseService {
 	public static final String RESOURCE_END_TWO_ENTITY_TYPE           =  "end-two-entity-type";
 	public static final String RESOURCE_END_TWO_ENTITY_CLASSIFICATION = "end-two-entity-classification";
 	public static final String RESOURCE_END_TWO_ENTITY_ID             = "end-two-entity";
-	public static final String SEARCH_FEATURE_POLICY_NAME             = " Allow users to manage favorite searches";
+	public static final String SEARCH_FEATURE_POLICY_NAME             = "Allow users to manage favorite searches";
 
 	public static final String ACCESS_TYPE_ENTITY_READ  = "entity-read";
 	public static final String ACCESS_TYPE_ENTITY_CREATE  = "entity-create";