fix checkstyle

This commit is contained in:
Kyle
2021-02-27 18:32:19 +00:00
parent 2431527850
commit 75fee4d255
2 changed files with 2 additions and 8 deletions

View File

@@ -27,18 +27,13 @@
package net.runelite.client.rs;
import com.google.common.base.Strings;
import com.google.common.hash.Hashing;
import com.google.common.hash.HashingOutputStream;
import com.google.common.io.ByteStreams;
import com.google.common.io.Files;
import java.applet.Applet;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.channels.Channels;
import java.nio.channels.FileChannel;
import java.nio.channels.FileLock;
@@ -62,7 +57,6 @@ import net.runelite.client.RuneLite;
import net.runelite.client.RuneLiteProperties;
import static net.runelite.client.rs.ClientUpdateCheckMode.AUTO;
import static net.runelite.client.rs.ClientUpdateCheckMode.NONE;
import static net.runelite.client.rs.ClientUpdateCheckMode.VANILLA;
import net.runelite.client.ui.FatalErrorDialog;
import net.runelite.client.ui.SplashScreen;
import net.runelite.client.util.CountingInputStream;

View File

@@ -104,7 +104,7 @@ public class FatalErrorDialog extends JDialog
}
});
setTitle("Fatal error starting RuneLite");
setTitle("Fatal error starting OpenOSRS");
setLayout(new BorderLayout());
Container pane = getContentPane();
@@ -114,7 +114,7 @@ public class FatalErrorDialog extends JDialog
leftPane.setBackground(ColorScheme.DARKER_GRAY_COLOR);
leftPane.setLayout(new BorderLayout());
JLabel title = new JLabel("There was a fatal error starting RuneLite");
JLabel title = new JLabel("There was a fatal error starting OpenOSRS");
title.setForeground(Color.WHITE);
title.setFont(font.deriveFont(16.f));
title.setBorder(new EmptyBorder(10, 10, 10, 10));