Skip to content

Commit 4f383bc

Browse files
committed
GitHub URL format has changed
1 parent 3d2688c commit 4f383bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/test/java/io/github/classgraph/issues/issue128/Issue128Test.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
* Issue128Test.
4646
*/
4747
public class Issue128Test {
48-
/** The Constant SITE. */
49-
private static final String SITE = "https://githubraw.com/classgraph";
48+
/** The site. */
49+
private static final String SITE = "https://raw.githubusercontent.com/classgraph";
5050

51-
/** The Constant JAR_URL. */
51+
/** The jar URL. */
5252
private static final String JAR_URL = SITE + //
5353
"/classgraph/latest/src/test/resources/nested-jars-level1.zip";
5454

55-
/** The Constant NESTED_JAR_URL. */
55+
/** The nested jar URL. */
5656
private static final String NESTED_JAR_URL = //
5757
JAR_URL + "!level2.jar!level3.jar!classpath1/classpath2";
5858

0 commit comments

Comments
 (0)