Skip to content

Commit

Permalink
Fix unused import and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barkbay committed Nov 10, 2017
1 parent 6729a07 commit e135ef0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import static io.fabric8.elasticsearch.plugin.acl.SearchGuardSyncStrategyFactory.PROJECT;
import static io.fabric8.elasticsearch.plugin.acl.SearchGuardSyncStrategyFactory.USER;

import java.util.Set;

import org.apache.commons.lang.ArrayUtils;
import org.elasticsearch.common.inject.Inject;
import org.elasticsearch.common.logging.ESLogger;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class OpenshiftClientFactoryTest {
+ "Y6RrKw== \n"
+ "-----END CERTIFICATE-----";

// We need a temorary folder because K8S plugin check if CA file exists in constructor
// We need a temporary folder because K8S plugin check if CA file exists in constructor
@Rule
public TemporaryFolder certFolder = new TemporaryFolder();

Expand Down

0 comments on commit e135ef0

Please sign in to comment.