ctubbsii commented on code in PR #35:
URL:
https://github.com/apache/accumulo-classloaders/pull/35#discussion_r2628548122
##########
modules/local-caching-classloader/src/main/java/org/apache/accumulo/classloader/lcc/definition/Resource.java:
##########
@@ -18,37 +18,32 @@
*/
package org.apache.accumulo.classloader.lcc.definition;
-import java.net.MalformedURLException;
import java.net.URL;
import java.util.Objects;
-public class Resource implements Comparable<Resource> {
+public class Resource {
- private String location;
+ private URL location;
Review Comment:
I got lucky that it seemed to work fine. I think it's because it has a
String constructor.
--
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]