kumaab commented on code in PR #442:
URL: https://github.com/apache/ranger/pull/442#discussion_r1880890226


##########
agents-common/src/test/java/org/apache/ranger/plugin/resourcematcher/RangerURLResourceMatcherTest.java:
##########
@@ -33,120 +33,120 @@
 import static org.junit.Assert.assertEquals;
 
 public class RangerURLResourceMatcherTest {
-
     Object[][] data = {
             // { resource, policy, optWildcard, recursive, result
-            { "hdfs://hostname:8020/app/warehouse/data/emp.db",    
"hdfs://hostname:8020/app/warehouse/*", true, true, true, "user" },

Review Comment:
   Is this suggested by the checkstyle ? I believe earlier was more readable.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@ranger.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to