diff --git a/src/main/java/fr/ill/ics/core/property/PropertyManager.java b/src/main/java/fr/ill/ics/core/property/PropertyManager.java index 2117401019287e0ec11f5a213d00a67c160ec6c6..593fbca329a70d5e5221f3e5a021dd88292d6c54 100644 --- a/src/main/java/fr/ill/ics/core/property/PropertyManager.java +++ b/src/main/java/fr/ill/ics/core/property/PropertyManager.java @@ -234,8 +234,14 @@ public class PropertyManager { } ConfigManager.getInstance().initControllerProperties(controllerType); + + /***** AVANT : les spies marchent ****/ + clientFilesFoundPerControllerType.put(controllerType, true); + return true; +/* + APRES c'est pour le multiclient !!!! clientFilesFoundPerControllerType.put(controllerType, !(files == null || files.length == 0)); - return clientFilesFoundPerControllerType.get(controllerType); + return clientFilesFoundPerControllerType.get(controllerType);*/ }