remove unused project + only display available runtime when associating kie server to project

This commit is contained in:
nheron 2020-11-14 14:46:21 +01:00
commit 8f0afab063
219 changed files with 15 additions and 87678 deletions

View file

@ -83,7 +83,7 @@ public class UpdateService {
public static String removeSlach(String target){
if (target!= null) {
return target.replace("/", "");
return target.replace("/", "").replace(" ","");
}
return null;
}