We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed66f6 commit d51d9f1Copy full SHA for d51d9f1
ds3-sdk/src/main/java/com/spectralogic/ds3client/helpers/channelbuilders/IoLoggingChannelBuilder.java
@@ -24,7 +24,7 @@
24
25
/**
26
* This ObjectChannelBuilder is used to wrap an existing ObjectChannelBuilder and wrap all the channels it creates
27
- * in a logging channel builder to log how many bytes were read or written on each call. This should only be used
+ * in a logging channel to log how many bytes were read or written on each call. This should only be used
28
* for debugging and should not be used in a production deployment.
29
*/
30
public class IoLoggingChannelBuilder implements Ds3ClientHelpers.ObjectChannelBuilder {
0 commit comments