Aarchy commented on code in PR #150:
URL: 
https://github.com/apache/phoenix-queryserver/pull/150#discussion_r1521226196


##########
phoenix-queryserver-it/src/it/java/org/apache/phoenix/end2end/TlsUtil.java:
##########
@@ -51,6 +51,10 @@ public class TlsUtil {
     protected static final String TARGET_DIR_NAME = 
System.getProperty("target.dir", "target");
     protected static final File TARGET_DIR =
             new File(System.getProperty("user.dir"), TARGET_DIR_NAME);
+    protected static final String TEST_CLASSES_DIR_NAME =

Review Comment:
   I'm not sure about this, as these are just directory names, there isn't 
really a complex logic behind them. There are very similar definitions in the 
preceding lines without comments as well.



-- 
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]

Reply via email to