Skip to content

Commit 17f7fcf

Browse files
committed
removed notnull attr
1 parent 2908ba5 commit 17f7fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ static void ValidateNullPolyline(TPolyline polyline, ILogger<AbstractPolylineDec
135135
/// <returns>
136136
/// A <see cref="ReadOnlyMemory{T}"/> representing the encoded polyline data.
137137
/// </returns>
138-
protected abstract ReadOnlyMemory<char> GetReadOnlyMemory([NotNull]TPolyline polyline);
138+
protected abstract ReadOnlyMemory<char> GetReadOnlyMemory(TPolyline polyline);
139139

140140
/// <summary>
141141
/// Creates a coordinate instance from the given latitude and longitude values.

0 commit comments

Comments
 (0)