Skip to content

Commit

Permalink
AutoClosable ChannelFinderClient
Browse files Browse the repository at this point in the history
  • Loading branch information
kasemir committed Jan 17, 2025
1 parent 98913d1 commit f5c1938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @author shroffk
*/
public interface ChannelFinderClient {
public interface ChannelFinderClient extends AutoCloseable {

/**
* Get a list of all the properties currently present on the
Expand Down

0 comments on commit f5c1938

Please sign in to comment.