changeset 952:f20cac0f2290

compilation fixed
author Devel 1
date Wed, 15 May 2019 11:47:41 +0200
parents 1d4771f798cc
children 529b7a77f42e
files stress-tester/src/main/java/com/passus/st/client/http/ReporterFileDestination.java
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stress-tester/src/main/java/com/passus/st/client/http/ReporterFileDestination.java	Wed May 15 11:20:53 2019 +0200
+++ b/stress-tester/src/main/java/com/passus/st/client/http/ReporterFileDestination.java	Wed May 15 11:47:41 2019 +0200
@@ -45,6 +45,9 @@
 
     private boolean started;
 
+    public ReporterFileDestination() {
+    }
+
     public ReporterFileDestination(String directory) throws IOException {
         this(new File(directory));
     }