Skip to content

Commit 0eb74b8

Browse files
committed
reverse making Geonear method private
1 parent 47b81ce commit 0eb74b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver/PipelineStageDefinitionBuilder.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ public static PipelineStageDefinition<TInput, TOutput> Facet<TInput, TOutput>(
614614
/// <param name="near">The point for which to find the closest documents.</param>
615615
/// <param name="options">The options.</param>
616616
/// <returns>The stage.</returns>
617-
private static PipelineStageDefinition<TInput, TOutput> GeoNear<TInput, TPoint, TOutput>(
617+
internal static PipelineStageDefinition<TInput, TOutput> GeoNear<TInput, TPoint, TOutput>(
618618
TPoint near,
619619
GeoNearOptions<TInput, TOutput> options = null)
620620
// where TPoint is either a GeoJsonPoint or a legacy coordinate array

0 commit comments

Comments
 (0)