File tree 1 file changed +5
-5
lines changed
src/main/java/net/imagej/ui/swing/updater
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -368,14 +368,14 @@ private void switchToNewLauncher() {
368
368
if (log != null ) {
369
369
Path cfgPath = appDir .toPath ().resolve (
370
370
Paths .get ("config" , "jaunch" , appSlug + ".cfg" ));
371
- log .warn ("Congratulations on upgrading Java. Unfortunately , " +
371
+ log .warn ("Congratulations on upgrading Java.\n \t Unfortunately , " +
372
372
"the Java version chosen by the new launcher after the upgrade " +
373
373
"is " + nljv + ", which is still less than the recommended Java " +
374
- "version of " + Java .recommendedVersion () + ". This should not " +
375
- "be the case of course; it seems to be a bug. Would you please " +
376
- "visit https://forum.image.sc/ and report this problem? Click " +
374
+ "version of " + Java .recommendedVersion () + ".\n \t This should not " +
375
+ "be the case of course; it seems to be a bug.\n \t Would you please " +
376
+ "visit https://forum.image.sc/ and report this problem?\n \t Click " +
377
377
"'New Topic', choose 'Usage & Issues' category, and use tag '" +
378
- appSlug + "'. To fix it locally for now, you can try editing the " +
378
+ appSlug + "'.\n \t To fix it locally for now, you can try editing the " +
379
379
cfgPath + " file by hand to point to a newer Java installation." );
380
380
}
381
381
return ;
You can’t perform that action at this time.
0 commit comments