File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ public class Version implements Comparable<Version>, ToXContentFragment {
102102 public static final Version V_7_0_0 = new Version (V_7_0_0_ID , org .apache .lucene .util .Version .LUCENE_8_0_0 );
103103 public static final int V_7_0_1_ID = 7000199 ;
104104 public static final Version V_7_0_1 = new Version (V_7_0_1_ID , org .apache .lucene .util .Version .LUCENE_8_0_0 );
105- public static final int V_7_0_2_ID = 7000299 ;
106- public static final Version V_7_0_2 = new Version (V_7_0_2_ID , org .apache .lucene .util .Version .LUCENE_8_0_0 );
107105 public static final int V_7_1_0_ID = 7010099 ;
108106 public static final Version V_7_1_0 = new Version (V_7_1_0_ID , org .apache .lucene .util .Version .LUCENE_8_0_0 );
109107 public static final int V_7_1_1_ID = 7010199 ;
@@ -134,8 +132,6 @@ public static Version fromId(int id) {
134132 return V_7_1_1 ;
135133 case V_7_1_0_ID :
136134 return V_7_1_0 ;
137- case V_7_0_2_ID :
138- return V_7_0_2 ;
139135 case V_7_0_1_ID :
140136 return V_7_0_1 ;
141137 case V_7_0_0_ID :
You can’t perform that action at this time.
0 commit comments