adelapena commented on code in PR #2436:
URL: https://github.com/apache/cassandra/pull/2436#discussion_r1258072684


##########
test/unit/org/apache/cassandra/cql3/validation/entities/UFSecurityTest.java:
##########
@@ -118,7 +118,13 @@ public void testSecurityPermissions() throws Throwable
                                     "     
java.lang.Runtime.getRuntime().exec(\"/tmp/foo\"); return 0d;" +
                                     "} catch (Exception t) {" +
                                     "     throw new RuntimeException(t);" +
-                                    '}'}
+                                    '}'},

Review Comment:
   What do you want to do with formatting here? I have tried to follow the 
style of the test. Specifically, what is done for long class names like 
`org.apache.cassandra.service.StorageService` above.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to