We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915b475 commit f2b02aeCopy full SHA for f2b02ae
server/src/main/java/org/elasticsearch/Version.java
@@ -31,6 +31,7 @@
31
import java.util.Objects;
32
import java.util.TreeMap;
33
34
+@SuppressWarnings("checkstyle:linelength")
35
public class Version implements Comparable<Version>, ToXContentFragment {
36
/*
37
* The logic for ID is: XXYYZZAA, where XX is major version, YY is minor version, ZZ is revision, and AA is alpha/beta/rc indicator AA
0 commit comments