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 3d2688c commit 4f383bcCopy full SHA for 4f383bc
1 file changed
src/test/java/io/github/classgraph/issues/issue128/Issue128Test.java
@@ -45,14 +45,14 @@
45
* Issue128Test.
46
*/
47
public class Issue128Test {
48
- /** The Constant SITE. */
49
- private static final String SITE = "https://githubraw.com/classgraph";
+ /** The site. */
+ private static final String SITE = "https://raw.githubusercontent.com/classgraph";
50
51
- /** The Constant JAR_URL. */
+ /** The jar URL. */
52
private static final String JAR_URL = SITE + //
53
"/classgraph/latest/src/test/resources/nested-jars-level1.zip";
54
55
- /** The Constant NESTED_JAR_URL. */
+ /** The nested jar URL. */
56
private static final String NESTED_JAR_URL = //
57
JAR_URL + "!level2.jar!level3.jar!classpath1/classpath2";
58
0 commit comments