[java-opensaml] branch main updated: Stop taking about destroy in a javadoc
Codeberg
noreply at shibboleth.net
Sun Jul 26 14:28:26 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-opensaml.
View the commit online:
https://codeberg.org/Shibboleth/java-opensaml/commit/2eacbc199c75c48bd47a5306de0d2230510f3c80
The following commit(s) were added to refs/heads/main by this push:
new 2eacbc199 Stop taking about destroy in a javadoc
2eacbc199 is described below
commit 2eacbc199c75c48bd47a5306de0d2230510f3c80
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jul 26 15:29:46 2026 +0100
Stop taking about destroy in a javadoc
---
.../src/main/java/org/opensaml/messaging/decoder/MessageDecoder.java | 4 ++--
.../src/main/java/org/opensaml/messaging/encoder/MessageEncoder.java | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/decoder/MessageDecoder.java b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/decoder/MessageDecoder.java
index 5492d4f2f..913ef852c 100644
--- a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/decoder/MessageDecoder.java
+++ b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/decoder/MessageDecoder.java
@@ -23,8 +23,8 @@ import net.shibboleth.shared.component.InitializableComponent;
/**
* Interface for component that decodes message data from a source into a {@link MessageContext}. Before the decoder can
- * be used the {@link #initialize()} method must be called. After the decoder has been used the {@link #destroy()}
- * method should be invoked in order to clean up any resources.
+ * be used the {@link #initialize()} method must be called. After the decoder has been used the appropriate teardown
+ * mechanism should be invoked in order to clean up any resources.
*
* <p>
* The data on which the decoder operates is supplied in an implementation-specific manner.
diff --git a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/encoder/MessageEncoder.java b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/encoder/MessageEncoder.java
index 360dcbfa1..16d4b1db0 100644
--- a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/encoder/MessageEncoder.java
+++ b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/encoder/MessageEncoder.java
@@ -23,8 +23,8 @@ import net.shibboleth.shared.component.InitializableComponent;
/**
* Interface for component that encodes message data from a {@link MessageContext} to a sink. Before the encoder can be
- * used the {@link #initialize()} method must be called. After the encoder has been used the {@link #destroy()} should
- * be invoked in order to clean up any resources.
+ * used the {@link #initialize()} method must be called. After the encoder has been used the appropriate tear
+ * down mechanism should be invoked in order to clean up any resources.
*
* <p>
* The sink data or structure on which the encoder operates is supplied in an implementation-specific manner.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list