Skip to content
Snippets Groups Projects
Commit afec5758 authored by Patient NTUMBA's avatar Patient NTUMBA
Browse files

update folder

parent 69b7f1c6
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ public class PathResolver {
* @return class path to string of a class name given in param
*/
public static String myFilePath(Class className, String fileName) {
public static String myFilePath(Class className, String fileName){
String[] fileNameToArray = fileName.split("\\.");
......@@ -308,7 +308,8 @@ public class PathResolver {
}
}
} else {
} else{
// not a "jar" protocol URL
throw new IllegalStateException("don't know how to handle extracting from " + dirURL);
}
......
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