Jean-Francois Leveque

Correction texte de copie inapproprié

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