We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8050266 commit 98bde62Copy full SHA for 98bde62
src/test/java/UvaTest.java
@@ -27,7 +27,7 @@ void testAllUvaSolutions() throws Exception {
27
}
28
29
private List<Class<?>> discoverUvaSolutionClasses() throws Exception {
30
- String basePackage = "com.algorithm.solutions.uva";
+ String basePackage = "com.lzw.solutions.uva";
31
Path classLocation = Paths.get("target/classes", basePackage.replace('.', '/'));
32
33
return Files.walk(classLocation)
0 commit comments