Skip to content

Commit

Permalink
refactor: Remove duplicated implementation of close method in PrivmxE…
Browse files Browse the repository at this point in the history
…ndpoint.java (#10)
  • Loading branch information
djenczewski committed Dec 13, 2024
1 parent e734462 commit d98d83f
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,13 @@ private static Channel fromString(String channel) {
}
}

/**
* Disconnects from PrivMX Bridge and frees memory.
*
* @throws Exception when instance is currently closed
*/
@Override
public void close() throws Exception {
super.close();
}
// /**
// * Disconnects from PrivMX Bridge and frees memory.
// *
// * @throws Exception when instance is currently closed
// */
// @Override
// public void close() throws Exception {
// super.close();
// }
}

0 comments on commit d98d83f

Please sign in to comment.