Skip to content

Commit b731bde

Browse files
authored
Removes the tooltip "ObjectNotfoundException" that will never happen (#690)
1 parent 11b94da commit b731bde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Minio/ApiEndpoints/IObjectOperations.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ Task<ObjectRetentionConfiguration> GetObjectRetentionAsync(GetObjectRetentionArg
137137
/// <exception cref="InvalidBucketNameException">When bucket name is invalid</exception>
138138
/// <exception cref="InvalidObjectNameException">When object name is invalid</exception>
139139
/// <exception cref="BucketNotFoundException">When bucket is not found</exception>
140-
/// <exception cref="ObjectNotFoundException">When object is not found</exception>
141140
Task RemoveObjectAsync(RemoveObjectArgs args, CancellationToken cancellationToken = default);
142141

143142
/// <summary>
@@ -154,7 +153,6 @@ Task<ObjectRetentionConfiguration> GetObjectRetentionAsync(GetObjectRetentionArg
154153
/// <exception cref="InvalidObjectNameException">When object name is invalid</exception>
155154
/// <exception cref="BucketNotFoundException">When bucket is not found</exception>
156155
/// <exception cref="NotImplementedException">When a functionality or extension is not implemented</exception>
157-
/// <exception cref="ObjectNotFoundException">When object is not found</exception>
158156
Task<IObservable<DeleteError>> RemoveObjectsAsync(RemoveObjectsArgs args,
159157
CancellationToken cancellationToken = default);
160158

0 commit comments

Comments
 (0)