Skip to content

Commit e4df413

Browse files
sbernauerlfrancke
andauthored
Update src/main/java/tech/stackable/hadoop/StackableAccessControlEnforcer.java
Co-authored-by: Lars Francke <[email protected]>
1 parent ec83b55 commit e4df413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/tech/stackable/hadoop/StackableAccessControlEnforcer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public void checkPermissionWithContext(INodeAttributeProvider.AuthorizationConte
177177
authzContext.setPath("/");
178178
}
179179

180-
final Object query;
180+
Object query;
181181
if (this.extendedRequests) {
182182
query = new OpaAllowQuery(new OpaAllowQuery.OpaAllowQueryInput(authzContext));
183183
} else {

0 commit comments

Comments
 (0)