configmanager: checkstyle
This commit is contained in:
@@ -339,8 +339,8 @@ public class ConfigManager
|
|||||||
File tempFile = File.createTempFile("runelite", null, parent);
|
File tempFile = File.createTempFile("runelite", null, parent);
|
||||||
|
|
||||||
try (FileOutputStream out = new FileOutputStream(tempFile);
|
try (FileOutputStream out = new FileOutputStream(tempFile);
|
||||||
FileChannel channel = out.getChannel();
|
FileChannel channel = out.getChannel();
|
||||||
OutputStreamWriter writer = new OutputStreamWriter(out, StandardCharsets.UTF_8))
|
OutputStreamWriter writer = new OutputStreamWriter(out, StandardCharsets.UTF_8))
|
||||||
{
|
{
|
||||||
channel.lock();
|
channel.lock();
|
||||||
properties.store(writer, "RuneLite configuration");
|
properties.store(writer, "RuneLite configuration");
|
||||||
|
|||||||
Reference in New Issue
Block a user