From 93890b30437f7476824df90f8e9646c391440c31 Mon Sep 17 00:00:00 2001 From: Robert Lu Date: Wed, 1 Jul 2020 11:19:44 +0800 Subject: [PATCH] remove useless semicolon --- .../main/java/com/github/dcevm/installer/ConfigurationInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/src/main/java/com/github/dcevm/installer/ConfigurationInfo.java b/installer/src/main/java/com/github/dcevm/installer/ConfigurationInfo.java index cd71d265..e3b07917 100644 --- a/installer/src/main/java/com/github/dcevm/installer/ConfigurationInfo.java +++ b/installer/src/main/java/com/github/dcevm/installer/ConfigurationInfo.java @@ -268,7 +268,7 @@ public enum ConfigurationInfo { } public String getJavaVersion(Path jreDir) throws IOException { - return getVersionHelper(jreDir, ".*(?:java|openjdk) version.*\"(.*)\".*", true, false);; + return getVersionHelper(jreDir, ".*(?:java|openjdk) version.*\"(.*)\".*", true, false); } final public String getDCEVersion(Path jreDir, boolean altjvm) throws IOException { -- 2.39.5