You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2021/09/02 17:57:19 UTC

[ranger] branch ranger-2.2 updated: RANGER-3396: fixed incorrect class name in RangerPolicyItemRowFilterInfo.toString()

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

madhan pushed a commit to branch ranger-2.2
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.2 by this push:
     new 91cf22c  RANGER-3396: fixed incorrect class name in RangerPolicyItemRowFilterInfo.toString()
91cf22c is described below

commit 91cf22c81bfece412462b641600de12a8e849b30
Author: Akshay Rahatwal <ak...@privacera.com>
AuthorDate: Thu Sep 2 17:31:46 2021 +0000

    RANGER-3396: fixed incorrect class name in RangerPolicyItemRowFilterInfo.toString()
    
    Signed-off-by: Madhan Neethiraj <ma...@apache.org>
    (cherry picked from commit 8cfcecb1e2a3eac65dc3efdfee50fd093f1603b7)
---
 .../src/main/java/org/apache/ranger/plugin/model/RangerPolicy.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/agents-common/src/main/java/org/apache/ranger/plugin/model/RangerPolicy.java b/agents-common/src/main/java/org/apache/ranger/plugin/model/RangerPolicy.java
index 15fbacc..cca18ca 100644
--- a/agents-common/src/main/java/org/apache/ranger/plugin/model/RangerPolicy.java
+++ b/agents-common/src/main/java/org/apache/ranger/plugin/model/RangerPolicy.java
@@ -1694,7 +1694,7 @@ public class RangerPolicy extends RangerBaseModelObject implements java.io.Seria
 		}
 
 		public StringBuilder toString(StringBuilder sb) {
-			sb.append("RangerPolicyItemDataMaskInfo={");
+			sb.append("RangerPolicyItemRowFilterInfo={");
 
 			sb.append("filterExpr={").append(filterExpr).append("} ");