Skip to content

Commit 2504ebf

Browse files
committed
GeoShapeBase implement IGeoShape
see #1908
1 parent 9673e1c commit 2504ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/QueryDsl/Geo/Shape/GeoShapeBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public interface IGeoShape
88
string Type { get; }
99
}
1010

11-
public abstract class GeoShapeBase
11+
public abstract class GeoShapeBase : IGeoShape
1212
{
1313
protected GeoShapeBase(string type)
1414
{

0 commit comments

Comments
 (0)