yangxk1 commented on code in PR #745:
URL: https://github.com/apache/incubator-graphar/pull/745#discussion_r2324234072


##########
maven-projects/info/src/main/java/org/apache/graphar/util/PathUtil.java:
##########
@@ -20,8 +20,22 @@
 package org.apache.graphar.util;
 
 public class PathUtil {
+
+    public static String resolvePath(String basePath, String subPath) {

Review Comment:
   So I think we can donot storing the member variable `String prefix` in 
graphInfo/vertexInfo/edgeInfo, but using `URI baseURI`



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