Skip to content

Commit

Permalink
Fixed checkstyle failures
Browse files Browse the repository at this point in the history
  • Loading branch information
khandelwal-ayush committed Aug 22, 2024
1 parent 472c415 commit ee7f60b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* configs given to the SystemProducer - such as which authentication method to use, whether to use proxy to authenticate,
* and so on.
*/
public final class AzureBlobClientBuilder implements BlobClientBuilder{
public final class AzureBlobClientBuilder implements BlobClientBuilder {
private final String systemName;
private final String azureUrlFormat;
private final AzureBlobConfig azureBlobConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
import org.apache.samza.system.OutgoingMessageEnvelope;
import org.apache.samza.system.SystemProducer;
import org.apache.samza.system.SystemProducerException;
import org.apache.samza.system.azureblob.AzureBlobClientBuilder;
import org.apache.samza.system.azureblob.AzureBlobConfig;
import org.apache.samza.system.azureblob.BlobClientBuilderFactory;
import org.apache.samza.system.azureblob.compression.CompressionFactory;
Expand Down

0 comments on commit ee7f60b

Please sign in to comment.