Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Adaptive.Aeron/Image.cs
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ public int BlockPoll(BlockHandler handler, int blockLengthLimit)
/// Reject this image.
/// </summary>
/// <param name="reason"> a String indicating the reason why this image is being rejected. </param>
void Reject(string reason)
public void Reject(string reason)
{
Subscription.RejectImage(CorrelationId, Position, reason);
}
Expand Down
Loading