You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: distribution/tools/java-version-checker/src/main/java/org/elasticsearch/tools/java_version_checker/JavaVersion.java
-1
Original file line number
Diff line number
Diff line change
@@ -66,5 +66,4 @@ static int compare(final List<Integer> left, final List<Integer> right) {
Copy file name to clipboardExpand all lines: distribution/tools/java-version-checker/src/main/java/org/elasticsearch/tools/java_version_checker/JavaVersionChecker.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,7 @@
27
27
*/
28
28
finalclassJavaVersionChecker {
29
29
30
-
privateJavaVersionChecker() {
31
-
}
30
+
privateJavaVersionChecker() {}
32
31
33
32
/**
34
33
* The main entry point. The exit code is 0 if the Java version is at least 1.8, otherwise the exit code is 1.
Copy file name to clipboardExpand all lines: distribution/tools/keystore-cli/src/main/java/org/elasticsearch/common/settings/AddFileKeyStoreCommand.java
+7-5
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ class AddFileKeyStoreCommand extends EnvironmentAwareCommand {
Copy file name to clipboardExpand all lines: distribution/tools/keystore-cli/src/main/java/org/elasticsearch/common/settings/AddStringKeyStoreCommand.java
Copy file name to clipboardExpand all lines: distribution/tools/keystore-cli/src/main/java/org/elasticsearch/common/settings/CreateKeyStoreCommand.java
Copy file name to clipboardExpand all lines: distribution/tools/keystore-cli/src/main/java/org/elasticsearch/common/settings/UpgradeKeyStoreCommand.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,9 @@ protected void execute(final Terminal terminal, final OptionSet options, final E
Copy file name to clipboardExpand all lines: distribution/tools/keystore-cli/src/test/java/org/elasticsearch/common/settings/AddStringKeyStoreCommandTests.java
Copy file name to clipboardExpand all lines: distribution/tools/keystore-cli/src/test/java/org/elasticsearch/common/settings/KeyStoreCommandTestCase.java
Copy file name to clipboardExpand all lines: distribution/tools/keystore-cli/src/test/java/org/elasticsearch/common/settings/UpgradeKeyStoreCommandTests.java
0 commit comments