Skip to content

Commit

Permalink
fix: remove non-standard JavaFx usage of Pair (#3145)
Browse files Browse the repository at this point in the history
  • Loading branch information
agavra authored Jul 30, 2019
1 parent c9f1cbb commit 3508847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

package io.confluent.ksql.exception;

import io.confluent.ksql.util.Pair;
import java.util.List;
import javafx.util.Pair;

public class KafkaDeleteTopicsException extends KafkaTopicClientException {
private final List<Pair<String, Throwable>> exceptionList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import io.confluent.ksql.util.KsqlConstants;
import io.confluent.ksql.util.KsqlException;
import io.confluent.ksql.util.KsqlServerException;
import io.confluent.ksql.util.Pair;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
Expand All @@ -32,7 +33,6 @@
import java.util.concurrent.ExecutionException;
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;
import javafx.util.Pair;
import javax.annotation.concurrent.ThreadSafe;

import org.apache.commons.lang3.exception.ExceptionUtils;
Expand Down

0 comments on commit 3508847

Please sign in to comment.