Skip to content

Commit 65ab1bf

Browse files
Fix compilation error in MockPartialResponsePolicy
Co-authored-by: gunjansingh-msft <[email protected]>
1 parent adab55c commit 65ab1bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/storage/azure-storage-common/src/test-shared/java/com/azure/storage/common/test/shared/policy/MockPartialResponsePolicy.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ private Flux<ByteBuffer> limitAndInterruptStream(Flux<ByteBuffer> body, int maxB
115115
});
116116
});
117117
}
118-
});
119-
}
120118

121119
public int getTriesRemaining() {
122120
return tries;

0 commit comments

Comments
 (0)