Changed final constant to add static
This commit is contained in:
@@ -224,7 +224,7 @@ public class VersionService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private final String JSON_PATH = "$..tag_name";
|
private final static String JSON_PATH = "$..tag_name";
|
||||||
private final Pattern VERSION_REGEX = Pattern.compile("^v(.*)");
|
private final Pattern VERSION_REGEX = Pattern.compile("^v(.*)");
|
||||||
private static final String VERSION_URL = "https://api.github.com/repos/airsonic/airsonic/releases";
|
private static final String VERSION_URL = "https://api.github.com/repos/airsonic/airsonic/releases";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user