Space out one.

This commit is contained in:
JSQui 2022-09-16 14:37:57 -07:00
parent b4763faaf4
commit 42c8f61623

View File

@ -1419,7 +1419,7 @@ public class delegationServices {
try
{
File homedir = new File(System.getProperty("user.home"));
String fileName = homedir+ "/ocs/policy/launcher/legal/eula.txt";
String fileName = homedir + "/ocs/policy/launcher/legal/eula.txt";
Path path = Paths.get(fileName);
byte[] bytes = Files.readAllBytes(path);
List<String> allLines = Files.readAllLines(path, StandardCharsets.UTF_8);