Jean-Francois Leveque

Correction texte de copie inapproprié

......@@ -119,9 +119,9 @@ public class PostprocessingApplication {
properties.load(in);
in.close();
} catch (FileNotFoundException e) {
logger.error("analyzeSample FileNotFoundException : {}", e.getStackTrace());
logger.error("loadParametersProperties FileNotFoundException : {}", e.getStackTrace());
} catch (IOException e) {
logger.error("analyzeSample IOException : {}", e.getStackTrace());
logger.error("loadParametersProperties IOException : {}", e.getStackTrace());
}
this.properties = properties;
......