mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2024-11-16 01:08:46 +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) {
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user