Skip to content

Commit 1723103

Browse files
committed
Removed dublicate obsolete warning.
1 parent 6422a63 commit 1723103

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/FikaAmazonAPI/Services/FeedService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ public async Task<FeedDocument> GetFeedDocumentAsync(string feedDocumentId, Canc
116116
public ProcessingReportMessage GetFeedDocumentProcessingReport(string url) =>
117117
Task.Run(() => GetFeedDocumentProcessingReportAsync(url)).ConfigureAwait(false).GetAwaiter().GetResult();
118118

119-
[Obsolete("Use GetFeedDocumentProcessingReportAsync as it handles compressed responses.")]
120119
[EditorBrowsable(EditorBrowsableState.Never)]
121120
public async Task<ProcessingReportMessage> GetFeedDocumentProcessingReportAsync(string url)
122121
{

0 commit comments

Comments
 (0)