Skip to content
Snippets Groups Projects
Commit 7b834767 authored by Stolk, J.B.IJ. (Jules, Student B-TCS)'s avatar Stolk, J.B.IJ. (Jules, Student B-TCS)
Browse files

fixed table not working

parent 7d77e368
Branches main
No related tags found
No related merge requests found
Pipeline #96679 failed
......@@ -6,7 +6,7 @@ import java.util.List;
public class Utils {
public static String getAbsolutePathToResources() {
return Utils.class.getClassLoader().getResource("").getPath();
return "C:\\Users\\jules\\IdeaProjects\\mod4-wp-2023-2024-pokemon\\src\\main\\resources";
}
public static <T extends Comparable<T>> int compare(T o1, T o2) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment