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