Skip to content

Commit

Permalink
private constructor for util
Browse files Browse the repository at this point in the history
  • Loading branch information
ggershinsky committed Jan 8, 2024
1 parent 32a9274 commit 48a1141
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
import org.apache.iceberg.relocated.com.google.common.collect.Maps;

public class EncryptionTestHelpers {

private EncryptionTestHelpers() {}

public static EncryptionManager createEncryptionManager() {
Map<String, String> catalogProperties = Maps.newHashMap();
catalogProperties.put(
Expand Down

0 comments on commit 48a1141

Please sign in to comment.