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

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


    from 789604fcb RANGER-5056 : checkstyle compliance updates - 
ranger-examples (#481)
     add 87b4e05dc RANGER-5047: checkstyle compliance updates - presto module 
(#482)

No new revisions were added by this update.

Summary of changes:
 plugin-presto/pom.xml                              |    2 +
 .../presto/authorizer/PrestoAccessType.java        |    7 +-
 .../authorizer/RangerPrestoAccessRequest.java      |   19 +-
 .../presto/authorizer/RangerPrestoResource.java    |   83 ++
 .../authorizer/RangerSystemAccessControl.java      | 1353 +++++++++-----------
 .../services/presto/RangerServicePresto.java       |  143 +--
 .../services/presto/client/PrestoClient.java       |  923 +++++++------
 .../presto/client/PrestoConnectionManager.java     |  117 +-
 .../presto/client/PrestoResourceManager.java       |  236 ++--
 .../presto/authorizer/RangerAdminClientImpl.java   |   24 +-
 .../authorizer/RangerSystemAccessControlTest.java  |  267 ++--
 11 files changed, 1562 insertions(+), 1612 deletions(-)
 copy 
agents-common/src/main/java/org/apache/ranger/plugin/resourcematcher/ScheduledTimeMatcher.java
 => 
plugin-presto/src/main/java/org/apache/ranger/authorization/presto/authorizer/PrestoAccessType.java
 (81%)
 copy 
agents-audit/src/main/java/org/apache/ranger/audit/model/AuditEventBase.java => 
plugin-presto/src/main/java/org/apache/ranger/authorization/presto/authorizer/RangerPrestoAccessRequest.java
 (61%)
 create mode 100644 
plugin-presto/src/main/java/org/apache/ranger/authorization/presto/authorizer/RangerPrestoResource.java

Reply via email to