no message
This commit is contained in:
@@ -14,6 +14,10 @@ public class GetComponentsActualVersions extends ComponentsServerPass<Object> {
|
||||
return "/icons/Components.png";
|
||||
}
|
||||
@Override
|
||||
protected boolean isSafe() {
|
||||
return false;
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
versions = null;
|
||||
Vector<String> types = new Vector<>();
|
||||
|
||||
Reference in New Issue
Block a user