From 0c0dc97fb906f91e0770208b8c24896f6aee91dc Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 23 Jul 2015 22:01:54 +0200 Subject: [server] Add missing member initialization --- .../src/main/java/org/openslx/bwlp/sat/fileserv/ActiveUpload.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dozentenmodulserver/src/main/java') diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/ActiveUpload.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/ActiveUpload.java index 469fa8dc..f2b95aaa 100644 --- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/ActiveUpload.java +++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/ActiveUpload.java @@ -100,7 +100,7 @@ public class ActiveUpload implements HashCheckCallback { /** * Whether file is (still) writable. Used for the file transfer callbacks. */ - private boolean fileWritable; + private boolean fileWritable = true; private static final HashChecker hashChecker; -- cgit v1.2.3-55-g7522