kyakdan commented on code in PR #26:
URL: https://github.com/apache/commons-jxpath/pull/26#discussion_r1000142254


##########
src/test/java/org/apache/commons/jxpath/ri/compiler/ExtensionFunctionTest.java:
##########
@@ -60,9 +59,9 @@ public void setUp() {
             lib.addFunctions(new ClassFunctions(TestFunctions2.class, "test"));
             lib.addFunctions(new PackageFunctions("", "call"));
             lib.addFunctions(
-                new PackageFunctions(
-                    "org.apache.commons.jxpath.ri.compiler.",
-                    "jxpathtest"));
+                    new PackageFunctions(

Review Comment:
   This reason is my IDE auto-reformating the file. I've only kept the relevant 
changes that are part of this PR. 



-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to