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 @@ -136,8 +136,6 @@ public class Version implements Comparable<Version>, ToXContentFragment {
136136 public static final Version V_7_0_0 = new Version (V_7_0_0_ID , org .apache .lucene .util .Version .LUCENE_8_0_0 );
137137 public static final int V_7_0_1_ID = 7000199 ;
138138 public static final Version V_7_0_1 = new Version (V_7_0_1_ID , org .apache .lucene .util .Version .LUCENE_8_0_0 );
139- public static final int V_7_0_2_ID = 7000299 ;
140- public static final Version V_7_0_2 = new Version (V_7_0_2_ID , org .apache .lucene .util .Version .LUCENE_8_0_0 );
141139 public static final int V_7_1_0_ID = 7010099 ;
142140 public static final Version V_7_1_0 = new Version (V_7_1_0_ID , org .apache .lucene .util .Version .LUCENE_8_0_0 );
143141 public static final int V_7_1_1_ID = 7010199 ;
@@ -159,8 +157,6 @@ public static Version fromId(int id) {
159157 return V_7_1_1 ;
160158 case V_7_1_0_ID :
161159 return V_7_1_0 ;
162- case V_7_0_2_ID :
163- return V_7_0_2 ;
164160 case V_7_0_1_ID :
165161 return V_7_0_1 ;
166162 case V_7_0_0_ID :
You can’t perform that action at this time.
0 commit comments