Skip to content

Commit

Permalink
add whitespace after slash
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle-yuan committed May 3, 2022
1 parent ae24953 commit 2912d48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class HugeSecurityManager extends SecurityManager {
"org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine"
);

//"suppressAccessChecks"
// TODO: add "suppressAccessChecks"
private static final Set<String> DENIED_PERMISSIONS = ImmutableSet.of("setSecurityManager");


Expand Down

0 comments on commit 2912d48

Please sign in to comment.