summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src
diff options
context:
space:
mode:
authorSimon Rettberg2022-03-18 14:38:18 +0100
committerSimon Rettberg2022-03-18 14:38:18 +0100
commit876a86e5bc7b6a3403a17b263281e668076b2e39 (patch)
tree0a3afb9ef5f7c5118e8966b55ce7e3a6a225784f /dozentenmodul/src
parent[client] Try to do a better job cleaning up when closing wizards (diff)
downloadtutor-module-876a86e5bc7b6a3403a17b263281e668076b2e39.tar.gz
tutor-module-876a86e5bc7b6a3403a17b263281e668076b2e39.tar.xz
tutor-module-876a86e5bc7b6a3403a17b263281e668076b2e39.zip
[client] Update deprecated call
Diffstat (limited to 'dozentenmodul/src')
-rwxr-xr-xdozentenmodul/src/main/java/org/openslx/dozmod/App.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/App.java b/dozentenmodul/src/main/java/org/openslx/dozmod/App.java
index 77eaca4f..e7242a6f 100755
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/App.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/App.java
@@ -76,7 +76,7 @@ public class App {
.withFileName(logFileName)
.withFilePattern(logFileName + ".%i")
.withAppend(true)
- .withBufferedIo(true)
+ .setBufferedIo(true)
.setConfiguration(loggingConfig)
.withCreateOnDemand(false)
.setLayout(PatternLayout.newBuilder()