mneethiraj commented on code in PR #442: URL: https://github.com/apache/ranger/pull/442#discussion_r1881007019
########## 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: I agree. This change likely was done by IDE code reformatting. Updated. -- 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