Skip to content

Commit

Permalink
GraalVersionManager is final
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Nov 13, 2024
1 parent fd52bbf commit 46022f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Utility class that finds installed managed runtimes (Graal JDK) from {@link DistributionManager}.
*/
public class GraalVersionManager {
public final class GraalVersionManager {
private final DistributionManager distributionManager;
private final Environment environment;
private static final Logger logger = LoggerFactory.getLogger(GraalVersionManager.class);
Expand Down

0 comments on commit 46022f2

Please sign in to comment.