Skip to content

Commit

Permalink
#118: Let SOAPConnection implement AutoCloseable
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Dec 10, 2021
1 parent c5d592d commit d3d2dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/xml/soap/SOAPConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* @since 1.6
*/
public abstract class SOAPConnection {
public abstract class SOAPConnection implements AutoCloseable {

/**
* Sends the given message to the specified endpoint and blocks until
Expand Down

0 comments on commit d3d2dc5

Please sign in to comment.