Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcclenn committed Jun 20, 2024
1 parent 9ac68a6 commit 65115d8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.linkedin.openhouse.internal.catalog.fileio;

import static com.linkedin.openhouse.cluster.storage.StorageType.ADLS;
import static com.linkedin.openhouse.cluster.storage.StorageType.HDFS;
import static com.linkedin.openhouse.cluster.storage.StorageType.LOCAL;

Expand Down Expand Up @@ -48,8 +49,8 @@ public class FileIOManager {

@Autowired S3Storage s3Storage;

@Autowired ADLSStorage adlsStorage;
@Autowired AdlsStorage adlsStorage;

/**
* Returns the FileIO implementation for the given storage type.
*
Expand Down

0 comments on commit 65115d8

Please sign in to comment.