Skip to content

Commit

Permalink
Fix grammar of log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananeweizen authored and laeubi committed Dec 9, 2023
1 parent da254b3 commit 23bbf9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static StandardExecutionEnvironment getExecutionEnvironment(String profil
}).map(map::get).filter(Objects::nonNull).findFirst().orElse(null);
if (higherEE != null) {
logger.warn("Using " + higherEE.getProfileName() + " to fulfill requested profile of " + profileName
+ " this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml");
+ ". This might lead to faulty dependency resolution, consider defining a suitable JDK in the toolchains.xml.");
return getSurrogate(profileName, higherEE);
}
}
Expand Down

0 comments on commit 23bbf9f

Please sign in to comment.