diff --git a/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoCompositeAreaShape.java b/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoCompositeAreaShape.java index 5e2f9975a2b..8671e624a27 100644 --- a/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoCompositeAreaShape.java +++ b/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoCompositeAreaShape.java @@ -24,6 +24,11 @@ package org.apache.lucene.spatial3d.geom; */ public class GeoCompositeAreaShape extends GeoCompositeMembershipShape implements GeoAreaShape { + /** Constructor. + */ + public GeoCompositeAreaShape() { + } + /** * Add a shape to the composite. It throw an IllegalArgumentException * if the shape is not a GeoAreaShape