Skip to content

Commit

Permalink
Removed JDBC_PING.stop() (never called)
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Aug 12, 2020
1 parent 885b252 commit cb0ffe6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/org/jgroups/protocols/JDBC_PING.java
Expand Up @@ -112,14 +112,6 @@ public void init() throws Exception {
}


@Override
public void stop() {
super.stop();
if(is_coord)
removeAll(cluster_name);
}


protected void write(List<PingData> list, String clustername) {
for(PingData data: list)
writeToDB(data, clustername, true);
Expand Down

0 comments on commit cb0ffe6

Please sign in to comment.