Skip to content

Commit

Permalink
Remove org.apache.pulsar.discovery.service.PulsarServerException (apa…
Browse files Browse the repository at this point in the history
…che#1222)

No defference from org.apache.pulsar.broker.PulsarServerException
  • Loading branch information
maskit authored and merlimat committed Feb 11, 2018
1 parent 8e5b11a commit 3fd3ab4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import java.util.concurrent.atomic.AtomicInteger;

import org.apache.bookkeeper.util.OrderedSafeExecutor;
import org.apache.pulsar.broker.PulsarServerException;
import org.apache.pulsar.common.naming.DestinationName;
import org.apache.pulsar.common.partition.PartitionedTopicMetadata;
import org.apache.pulsar.common.policies.data.PropertyAdmin;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import javax.naming.AuthenticationException;
import javax.net.ssl.SSLSession;

import org.apache.pulsar.broker.PulsarServerException;
import org.apache.pulsar.broker.authentication.AuthenticationDataCommand;
import org.apache.pulsar.common.api.Commands;
import org.apache.pulsar.common.api.PulsarHandler;
Expand Down

0 comments on commit 3fd3ab4

Please sign in to comment.