Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Fixed checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaretic authored and jeremyk-91 committed Nov 9, 2017
1 parent 338d3c4 commit 3a52c47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

package com.palantir.atlasdb.config;

import java.util.Optional;
import java.util.Set;
import java.util.function.Supplier;
import java.util.stream.Collectors;

public final class TimeLockClientConfigs {
private TimeLockClientConfigs() {
// Utility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public T applyDynamic(Supplier<ServerListConfig> input) {
ServiceCreator::createProxySelector,
serviceClass,
userAgent);
}
}

/**
* Utility method for transforming an optional {@link SslConfiguration} into an optional {@link SSLSocketFactory}.
Expand Down

0 comments on commit 3a52c47

Please sign in to comment.