mirror of https://github.com/apache/lucene.git
LUCENE-7955: Add the new shape to the standard objects class
This commit is contained in:
parent
80ae2699cf
commit
64d142858d
|
@ -73,6 +73,7 @@ class StandardObjects {
|
|||
classRegsitry.put(XYdZSolid.class, 33);
|
||||
classRegsitry.put(StandardXYZSolid.class, 34);
|
||||
classRegsitry.put(PlanetModel.class, 35);
|
||||
classRegsitry.put(GeoDegeneratePath.class, 36);
|
||||
|
||||
for (Class<?> clazz : classRegsitry.keySet()){
|
||||
codeRegsitry.put(classRegsitry.get(clazz), clazz);
|
||||
|
|
Loading…
Reference in New Issue