mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2025-01-06 12:18:56 +00:00
clear VersionChecker...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
f8eef535bc
commit
01f8e10e4f
@ -37,10 +37,6 @@ public class VersionChecker implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getCheckUrl(String pluginName, String branch) {
|
public String getCheckUrl(String pluginName, String branch) {
|
||||||
System.out.println(checkurl);
|
|
||||||
System.out.println(pluginName);
|
|
||||||
System.out.println(branch);
|
|
||||||
System.out.println(String.format(checkurl, pluginName, branch));
|
|
||||||
return String.format(checkurl, pluginName, branch);
|
return String.format(checkurl, pluginName, branch);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user