LUCENE-7906: Add missing constructor to make precommit happy

This commit is contained in:
Karl Wright 2017-08-03 11:43:42 -04:00
parent 74a0aac1f5
commit dd00446bb9
1 changed files with 5 additions and 0 deletions

View File

@ -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