Space out one.
This commit is contained in:
parent
b4763faaf4
commit
42c8f61623
@ -1419,7 +1419,7 @@ public class delegationServices {
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
File homedir = new File(System.getProperty("user.home"));
|
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);
|
Path path = Paths.get(fileName);
|
||||||
byte[] bytes = Files.readAllBytes(path);
|
byte[] bytes = Files.readAllBytes(path);
|
||||||
List<String> allLines = Files.readAllLines(path, StandardCharsets.UTF_8);
|
List<String> allLines = Files.readAllLines(path, StandardCharsets.UTF_8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user