Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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; | ... | ... |
-
Please register or login to post a comment