Skip to content

Commit

Permalink
Promote AsyncCloseable to public API #2030
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Mar 1, 2022
1 parent 2b8f3be commit 7ebabf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/lettuce/core/api/AsyncCloseable.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* A {@link AsyncCloseable} is a resource that can be closed. The {@link #closeAsync()} method is invoked to request resources
* release that the object is holding (such as open files).
*
* @since 5.1
* @since 6.2
* @author Mark Paluch
*/
public interface AsyncCloseable {
Expand Down

0 comments on commit 7ebabf5

Please sign in to comment.