Skip to content

Commit

Permalink
[minor]Fix style in pulsar-client-admin (apache#6600)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjshen authored Mar 25, 2020
1 parent 525f9e9 commit f213704
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

import javax.ws.rs.client.InvocationCallback;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.Response.Status;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -941,10 +941,10 @@ PartitionedTopicInternalStats getPartitionedInternalStats(String topic)

/**
* Delete a subscription.
* <p>
* <p/>
* Delete a persistent subscription from a topic. There should not be any active consumers on the subscription.
* Force flag deletes subscription forcefully by closing all active consumers.
* <p>
* <p/>
*
* @param topic
* topic name
Expand Down Expand Up @@ -981,10 +981,10 @@ PartitionedTopicInternalStats getPartitionedInternalStats(String topic)

/**
* Delete a subscription asynchronously.
* <p>
* <p/>
* Delete a persistent subscription from a topic. There should not be any active consumers on the subscription.
* Force flag deletes subscription forcefully by closing all active consumers.
* <p>
* <p/>
*
* @param topic
* topic name
Expand Down

0 comments on commit f213704

Please sign in to comment.