Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from StaticDefault/master
Browse files Browse the repository at this point in the history
Changed name rule JDK -> Jdk.
  • Loading branch information
StaticDefaultTester2 authored Oct 25, 2019
2 parents 2c8a3ca + eb8927b commit c064caa
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 @@
import java.util.Arrays;
import java.util.HashSet;

public class JDKFinder {
public class JdkFinder {
public static File getDirectory(String version) {
String operatingSystem = System.getProperty("os.name").toLowerCase();

Expand Down

0 comments on commit c064caa

Please sign in to comment.