We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9673e1c commit 2504ebfCopy full SHA for 2504ebf
src/Nest/QueryDsl/Geo/Shape/GeoShapeBase.cs
@@ -8,7 +8,7 @@ public interface IGeoShape
8
string Type { get; }
9
}
10
11
- public abstract class GeoShapeBase
+ public abstract class GeoShapeBase : IGeoShape
12
{
13
protected GeoShapeBase(string type)
14
0 commit comments