Skip to content
Snippets Groups Projects
Commit 0317820e authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-7573 OZG-7991 Mark FileSender-class deprecated

parent 4d3043cb
Branches
Tags
1 merge request!12Ozg 7573 files weiterleitung bug
......@@ -68,7 +68,7 @@ public class GrpcFileUploadUtils {
return new StreamSharingFileSender<>(chunkBuilder, inputStream, requestObserver, onReadyHandlerRegistrar);
}
// for backwards compatibility
@Deprecated(since = "4.13.0")
public static class FileSender<Q, S> extends StreamExclusiveFileSender<Q, S> {
FileSender(BiFunction<byte[], Integer, Q> chunkBuilder, InputStream inputStream,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment